What problem does it solve?
This Skill automates the implementation of a single, defined subtask within a larger software development project, ensuring code quality and adherence to project standards.
Core Features & Use Cases
- Subtask Implementation: Focuses on completing one specific, granular task.
- Branch Management: Creates and works within a dedicated feature branch for isolation.
- Contextual Research: Leverages external documentation (via context7 MCP) before coding to ensure best practices and current API usage.
- Validation: Includes linting and testing to ensure code quality before committing.
- Use Case: An orchestrator skill breaks down a feature into multiple subtasks. The
swe-implementer skill takes one of these subtasks, researches necessary information, writes the code and tests, validates them, and commits the changes to a new branch, preparing it for review.
Quick Start
Implement the current subtask by researching in context7, coding, testing, and committing to a new feature branch.