← Back to list

implementation-review
by ProviderProtocol
0-DEP AI DX SDK
⭐ 2🍴 0📅 Jan 23, 2026
SKILL.md
name: implementation-review description: Review feature implementations for spec compliance, code quality, and organizational consistency. Use when implementing features, checking spec compliance, validating API implementations, or preparing releases. allowed-tools: Read, Grep, Glob, Bash(git:), Bash(rg:), WebSearch context: fork
Implementation Review
Comprehensive review of feature implementations against specifications and organizational standards.
When to Use
- Implementing or completing new features
- Validating spec compliance before merge
- Checking API implementation correctness
- Preparing release readiness assessments
Instructions
Step 1: Gather Context
- Identify the implementation scope:
git diff --name-only HEAD~5 git status - Locate relevant specification:
UPP-1.3.spec.mdor related spec files - Identify affected providers/modules
Step 2: Spawn Review Sub-Agents
Delegate parallel reviews to sub-agents for:
| Agent Focus | Review Scope |
|---|---|
| Spec Compliance | Compare implementation against spec requirements |
| Code Standards | Organizational consistency, naming, patterns |
| API Validation | Search web to validate API parameters, endpoints, payloads |
| Regression Check | Search codebase for potential breaking changes |
Step 3: Synthesize Reports
Collect sub-agent findings and compile:
- Compliance gaps - Missing or incorrect spec implementations
- Quality issues - Code smells, inconsistencies, design concerns
- API correctness - Validated against official documentation
- Regression risks - Potential breaking changes identified
Output Format
# Implementation Review Report
## Summary
[One paragraph overview]
## Spec Compliance: [PASS/PARTIAL/FAIL]
- [ ] Requirement 1
- [ ] Requirement 2
## Code Quality Issues
| Severity | File | Issue | Recommendation |
|----------|------|-------|----------------|
## API Validation
[Findings from web search validation]
## Regression Risks
[Identified risks and mitigation]
## Release Readiness: [READY/BLOCKED/NEEDS WORK]
[Estimation with blockers listed]
Notes
- Always validate external API usage against current documentation
- Cross-reference with existing provider implementations for consistency
- Flag any deviations from established patterns
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

