code-quality
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
Output
- Summary - Overall code health assessment (including issue counts)
- Review Findings - From code-review (Critical, Quality, Security, Convention, Best Practices)
- Verification Findings - From code-verify (API mismatches or documentation issues)
- Test Results - From code-test (Test coverage, failures, and fixes)
- Lint Results - From code-lint (Auto-fixed summary and manual fix requirements)
- Action items - Prioritized list of fixes (Critical > High > Low)
Weekly Installs
12
Repository
sirn/dotfilesGitHub Stars
8
First Seen
11 days ago
Security Audits
Installed on
gemini-cli12
github-copilot12
codex12
kimi-cli12
amp12
cline12