What problem does it solve?
This Skill automates the sequential implementation of GitHub Project issues, respecting dependencies, and ensuring code quality through automated checks.
Core Features & Use Cases
- Automated Issue Implementation: Automatically implements Todo/In Progress issues from a GitHub Project in dependency order.
- Dependency Management: Parses issue bodies and project fields to determine the correct implementation sequence.
- Resumable Workflow: Saves progress and allows for resuming interrupted implementations.
- Quality Assurance: Integrates pre-commit hooks and CI checks after each issue implementation.
- Use Case: When you have a complex project with many interconnected tasks in a GitHub Project, this Skill can take over the repetitive work of checking out issues, implementing them, committing code, and running checks, allowing you to focus on higher-level tasks.
Quick Start
Execute this skill by running the command /project-implement 1 to start implementing issues for Project number 1.