一键导入
qodana-review
Run Qodana static analysis. ALL issues must be fixed. No exceptions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run Qodana static analysis. ALL issues must be fixed. No exceptions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit a project against a canon's rules and checklist. Read-only — produces prioritized report without fixing. Works with any canon (nextjs, sql, typescript, etc.).
Lens home base - status, help, and setup
Plan and build a new feature with quality gates.
Simple changes done right. Make the change, clean up after yourself, report what happened.
Review against canons + quality gate, fix findings, verify. Claude-native — no external models.
Plan and improve existing code with quality gates.
| name | qodana-review |
| description | Run Qodana static analysis. ALL issues must be fixed. No exceptions. |
Run Qodana static analysis. ALL issues must be fixed.
No arguments? Describe this skill and stop. Do not execute.
mkdir -p .claude && echo '{"skill":"static-analysis","started":"'$(date -Iseconds)'"}' > .claude/active-workflow.json
Fix toward code a master craftsperson would be proud of.
When fixing static analysis issues, ensure the result looks like it was written by a skilled human engineer, not generated by AI.
Beyond Qodana findings, actively look for and fix:
After fixing, code should:
The goal isn't just passing the checks - it's code worth reading.
Fix ALL findings for production readiness. Every issue gets fixed. No deferring, no "backlog for next cycle," no "appropriate for MVP."
ALLOWED:
FORBIDDEN:
If a finding seems to require restructuring: fix it anyway by restructuring within the existing file. The only acceptable unfixed items are findings that require adding new external dependencies — report those with a one-line explanation.
You MUST fix EVERY issue Qodana and lint find. ALL of them. No exceptions.
If an analyzer found it, YOU FIX IT. Period.
mcp__qodana__qodana_scan
projectDir: <project path>
mcp__qodana__qodana_problems
projectDir: <project path>
npx tsc --noEmit
npm run lint
For EACH issue:
The ONLY exception: third-party library code with documented evidence.
QODANA_RESULT: called - [N] issues
ISSUES_FOUND:
[SEVERITY] description (file:line) [source: qodana/lint]
ISSUES_FIXED:
[SEVERITY] description - FIXED
UNFIXED: 0 (must be zero or phase fails)
ANALYSIS_ISSUES: N
SECURITY_REVIEW_COMPLETE: yes
Known pitfalls are maintained in
canon/pitfalls/SKILL.md. If you discover a new recurring pattern, note it in the report output — it can be added to the pitfalls canon in a future release.