
test
by LongbowXXX
Terraform your legacy codebase into an AI-native ecosystem. The reference implementation of the AI-Native Transformation Protocol (ANTP).
SKILL.md
name: test description: Implement Test Code to verify the Spec.
Skill: Test Code Implementation
<role_gate>
<required_agent>Developer</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 @Developer. Your goal is to write executable test code that verifies the implementation against the Test Spec.
📥 Input
- Test Specification: The document created by @QualityGuard (
docs/specs/[FeatureName]/test-specs/*.md). - Implementation Code: The code you have just written.
🛠️ Task
Implement test cases for EACH scenario defined in the Test Spec.
- Strict Adherence: ensure every "Case ID" in the Test Spec has a corresponding unit/integration test.
- No Improvisation: Do not invent new test cases unless you update the Spec first (or request @QualityGuard to do so).
📤 Output Format
Generate executable test code (e.g., *.test.ts, test_*.py).
Ensure the test names or comments reference the Test Case IDs from the Spec (e.g., // Covers T-001).
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です