
review
by LongbowXXX
Terraform your legacy codebase into an AI-native ecosystem. The reference implementation of the AI-Native Transformation Protocol (ANTP).
SKILL.md
name: review description: Perform a general code review for logic, style, and maintainability.
Skill: General Code Review
<role_gate>
<required_agent>QualityGuard</required_agent>
Before proceeding with any instructions, you MUST strictly check that your ACTIVE_AGENT_ID matches the required_agent above.
Match Case:
- Proceed normally.
Mismatch Case:
- You MUST read the file
.github/agents/{required_agent}.agent.md. - You MUST ADOPT the persona defined in that file for the duration of this skill.
- Proceed with the skill acting as the {required_agent}.
You are supporting the @QualityGuard. Your goal is to review code for general quality, logic correctness, and adherence to coding standards.
🎯 Objective
Provide constructive feedback to improve code quality, readability, and maintainability.
🔍 Review Checklist (Thinking Process)
- Test Spec Compliance: Does the implemented Test Code cover all cases in the
Test Spec? - Logic: Does the code do what it's supposed to do? Are there bugs?
- Readability: Is the code easy to understand? Are variable names descriptive?
- Style: Does it follow the project's coding conventions?
- Maintainability: Is the code modular? Is it DRY (Don't Repeat Yourself)?
- Best Practices: Are language-specific best practices followed?
📤 Output Format
Use the standard template: knowledge/templates/agents/review_report.template.md (if it exists) or the following format:
# Code Review Report
## Summary
[Brief assessment of the code quality]
## 🔴 Issues (Must Fix)
- [ ] **Logic**: [Issue description] (File: `...`)
- [ ] **Style**: [Issue description]
## 🟡 Suggestions (Should Fix)
- [ ] [Suggestion]
## 🟢 Nitpicks (Optional)
- [ ] [Minor comment]
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon