スキル一覧に戻る
ProviderProtocol

implementation-review

by ProviderProtocol

0-DEP AI DX SDK

2🍴 0📅 2026年1月23日
GitHubで見るManusで実行

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

  1. Identify the implementation scope:
    git diff --name-only HEAD~5
    git status
    
  2. Locate relevant specification: UPP-1.3.spec.md or related spec files
  3. Identify affected providers/modules

Step 2: Spawn Review Sub-Agents

Delegate parallel reviews to sub-agents for:

Agent FocusReview Scope
Spec ComplianceCompare implementation against spec requirements
Code StandardsOrganizational consistency, naming, patterns
API ValidationSearch web to validate API parameters, endpoints, payloads
Regression CheckSearch codebase for potential breaking changes

Step 3: Synthesize Reports

Collect sub-agent findings and compile:

  1. Compliance gaps - Missing or incorrect spec implementations
  2. Quality issues - Code smells, inconsistencies, design concerns
  3. API correctness - Validated against official documentation
  4. 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

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です