← スキル一覧に戻る

qodana-local-review
by CodexForgeBR
Shared CLI tools and scripts for CodexForge developers
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: qodana-local-review
prettier-ignore
description: PREFERRED METHOD for Qodana scans. Always delegate to local-qodana-reviewer sub-agent when user mentions Qodana, code quality scan, static analysis locally, or requests to run Qodana. Do NOT run qodana commands directly. allowed-tools: ["Task"]
Qodana Local Review Skill
This skill automates local Qodana static code analysis scans using the Qodana CLI in native mode (without Docker).
When This Skill Activates
Common trigger phrases:
- "Run local qodana scan"
- "Do a local qodana review"
- "Qodana scan"
- "Run qodana locally"
- "Analyze code with qodana"
Key indicators:
- Mentions "qodana" or "qodana scan"
- Indicates local analysis (not CI/CD)
- Does NOT include a PR number (would be for PR workflow)
What This Skill Does
When activated, immediately delegate to the specialized sub-agent:
Use the Task tool with:
- subagent_type: "local-qodana-reviewer"
- description: "Run local Qodana review"
- prompt: "Run a local Qodana static code analysis scan using Qodana CLI in native mode.
Scan all code, analyze results, present a plan for fixes, apply changes, run tests,
and commit only if all tests pass."
Why Delegate to Sub-agent?
The local-qodana-reviewer sub-agent will:
- Execute Qodana CLI scan in native mode (no Docker)
- Parse SARIF output for issues
- Categorize by severity (error, warning, suggestion)
- Present a comprehensive plan before making any changes
- Apply fixes systematically
- Run tests to validate changes
- Commit only if all tests pass
- Generate detailed report
Features
- Native Qodana CLI: Uses
qodana scanwithout Docker overhead - Safety-first: Never commits if tests fail
- Transparency: Always presents plan before applying fixes
- Comprehensive: Handles all issue severities
- Smart parsing: Extracts actionable items from SARIF format
See Also
- README.md - Detailed documentation and examples
- ~/.claude/agents/local-qodana-reviewer.md - Sub-agent implementation
- Project CLAUDE.md - Qodana configuration and usage
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です