swe-implementer

📁 diegocanepa/agent-skills 📅 6 days ago
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

  1. Context Initialization:
    • Create or switch to the subtask branch using vcs-branch.
  2. Technical Research:
    • Use backend-coder skill + context7 mcp to fetch the latest documentation.
  3. 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.
  4. Final Synchronization:
    • Perform a final verification of the entire module affected.
  5. 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