code-quality
Installation
SKILL.md
Run comprehensive quality checks by orchestrating sub-skills.
Process
-
Identify context:
- If code changes are involved: run
jj diff -sfirst to see changed files; then usejj diff -- pathto restrict to specific files/directories - If the user specified specific files or paths, focus on those
- If code changes are involved: run
-
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)
-
Collect all findings
-
Consolidate findings into a single report