What problem does it solve?
This Skill helps streamline the implementation of work based on specifications or tickets, reducing manual steps and increasing efficiency in the development process.
Core Features & Use Cases
- Spec-Based Implementation: Automate the process of implementing work directly from specifications or tickets.
- Test-Driven Development (TDD) Support: Encourage TDD practices by suggesting and executing tests at pre-agreed seams.
- Code Review Integration: Facilitate code reviews to ensure quality and consistency in the final work.
- Commit and Branch Management: Automate the commit process to the current branch, ensuring code changes are tracked.
- Use Case: For a developer tasked with implementing a new feature, this Skill can help by automating test execution, code review, and commit processes, allowing the developer to focus on coding.
Quick Start
Implement the work described in the ticket #123 using the /tdd command, run typechecking, execute single test files, and review the work with /code-review.