implement

Solid

TDD implementation (RED→GREEN→REFACTOR) → verify → review

AI & Automation 151 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
33
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Implement ## Flow ``` Analysis → TDD(RED→GREEN→REFACTOR) → /verify → /review → /wrap ``` ## Execution 1. **Analysis**: Review plan, identify affected modules 2. **TDD Cycle**: - RED: Write failing test first - GREEN: Minimal code to pass - REFACTOR: Clean up (keep tests passing) 3. **Auto-call `/verify`**: On implementation complete 4. **Auto-call `/review`**: On verify pass 5. **Auto-call `/wrap`**: On review PASS ## Commands ```bash cargo test cargo clippy -- -D warnings cargo fmt --check ``` ## Rules - No implementation without test - On verify fail → fix and retry - On review FAIL → fix and retry - Complete full chain without stopping

Details

Author
mag123c
Repository
mag123c/toktrack
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category