code-quality

Installation
SKILL.md

Run comprehensive quality checks by orchestrating sub-skills.

Process

  1. Identify context:

    • If code changes are involved: run jj diff -s first to see changed files; then use jj diff -- path to restrict to specific files/directories
    • If the user specified specific files or paths, focus on those
  2. Run each of the following skills sequentially:

    • Invoke 'code-review' skill (Full mode)
    • Invoke 'code-verify' skill (Verify API usage against docs)
    • Invoke 'code-test' skill (Run tests)
    • Invoke 'code-lint' skill (Run linting)
  3. Collect all findings

  4. Consolidate findings into a single report

Output

Installs
18
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026
code-quality — sirn/dotfiles