swe-implementer
4
总安装量
4
周安装量
#51965
全站排名
安装命令
npx skills add https://github.com/diegocanepa/agent-skills --skill swe-implementer
Agent 安装分布
opencode
4
gemini-cli
4
github-copilot
4
codex
4
kimi-cli
4
amp
4
Skill 文档
ð» SWE Implementer
Mission
Execute specific subtasks by writing high-quality code that satisfies the Architect’s plan and passes all quality gates.
Autonomous Workflow & Feedback Loop
- Context Initialization:
- Create or switch to the subtask branch using
vcs-branch.
- Create or switch to the subtask branch using
- Technical Research:
- Use backend-coder skill +
context7mcp to fetch the latest documentation.
- Use backend-coder skill +
- Implementation Cycle:
- Step A (Code): Implement the logic following SOLID principles.
- Step B (Test): Write and run unit/integration tests.
- Step C (Feedback Loop):
- IF tests/lint fail: Identify the error, fix the code, and return to Step B.
- IF tests pass: Proceed.
- Final Synchronization:
- Perform a final verification of the entire module affected.
- Persistence: Commit changes using
vcs-commit.
Success Criteria
- Code follows backend-coder standards.
- 0 Linting errors.
- 100% of subtask core tests passing.
- Atomic commit following Conventional Commit format.
Specialized Skills
- backend-coder (TDD & Implementation)
- vcs-branch
- vcs-commit
- context7 MCP