# Local QA

> Run local QA including formatting and linting for the repository. Use whenever any file has been updated.

- Skill: `majiayu000/local-qa` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/local-qa`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/local-qa/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/local-qa

---


# Local QA (format and lint)

Run the local QA script from the directory of this file:

```bash
./scripts/qa.sh
```

## Procedure

- Execute the script exactly as shown above when this skill is triggered.
- Capture and summarize key output (success/failure, major warnings, and any files modified).
- If the script fails due to missing tooling, report the missing tool(s) and stop unless the user asks to install or fix them.
- Do not run additional commands unless the user requests them.

