implement
This skill efficiently implements software development tasks based on Product Requirements Documents (PRDs) or issue lists. It integrates Test-Driven Development (TDD) at pre-agreed seams, regularly performs type-checking to ensure code robustness and correctness. Upon completion, this skill runs the full test suite for validation and conducts a self-review before committing high-quality code to the current branch. This significantly boosts development efficiency, code quality, and project delivery speed, ensuring adherence to development processes and reducing manual errors.
npx skills add https://github.com/mattpocock/skills --skill implementBefore / After Comparison
1 组Before this skill, developers manually implemented work based on PRDs or issue lists, wrote tests, performed type-checking, and waited for human code reviews. This process was time-consuming and prone to human errors, leading to longer development cycles and inconsistent code quality.
This skill automates the entire development process from requirements to implementation, integrating TDD, automatic type-checking, and code review. This significantly shortens development cycles, enhances code quality, and ensures adherence to development standards.
Implement the work described by the user in the PRD or issues.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /review to review the work.
Commit your work to the current branch.
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill