Agent skill
implementation-runner
Performs implementation in the chain and records completion state and changed files in analysisContext. Use during implementation.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/implementation-runner
SKILL.md
Implementation Runner
Inputs
analysisContext.request.userMessageanalysisContext.decisions.skillChainanalysisContext.repo.openFilesanalysisContext.artifacts.contextDocPath(if present)
Procedure
- Check requirements and context.
- Define change scope and implement.
- Record changed files and key change summary.
- Update implementation completion in
analysisContext.
Output (patch)
yaml
signals.implementationComplete: true
repo.changedFiles:
- src/...
notes:
- "implementation: complete, changed_files=3"
Rules
- Do not call other skills/subagents.
- If failed or deferred, record the reason in
notes.
Didn't find tool you were looking for?