Awesome-omni-skill local-qa

Run local QA for the repository. Use when asked to run formatting, linting, or pre-commit checks, when verifying local QA, or whenever any file has been updated and local QA should be re-run.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/local-qa" ~/.claude/skills/diegosouzapw-awesome-omni-skill-local-qa && rm -rf "$T"
manifest: skills/development/local-qa/SKILL.md
source content

Local QA (format and lint)

Run the local QA script from the directory of this file:

./scripts/format-and-lint.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.