بنقرة واحدة
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.