← ClaudeAtlas

implement-issuelisted

Claudio DR implements the changes required by an issue on the working branch, running quality gates and committing in isolation.
dgaramos/dr-agents · ★ 0 · AI & Automation · score 54
Install: claude install-skill dgaramos/dr-agents
# Claudio DR implement-issue Reviewer identity: **Claudio DR** (Claude App reviewer). For every authorized commit, load `${CLAUDE_PLUGIN_ROOT}/references/reviewer-identity.md` and use `bash "${CLAUDE_PLUGIN_ROOT}"/scripts/commit.sh <message-file>` after staging the intended files. Resolve the script from this plugin, not the target repo. The helper preserves human co-authors, replaces generic model attribution with this adapter's trailer, and verifies the resulting commit. A verification failure must be resolved before pushing. This is co-authorship, not a cryptographic signature; preserve the user's Git author and signing settings. Load `core/issue-workflow/skills/implement-issue/SKILL.md` and follow its referenced contracts. Use Claude Code file editing and shell tools for making changes and running the profile's quality command. Discover the target profile first with `core/profile-discovery/references/profile-discovery-contract.md`. Follow `core/issue-workflow/references/contribution-guidance-contract.md` to apply commit-format and validation guidance from `CONTRIBUTING.md`. A missing file is not a blocker; surface any material conflict with the profile before committing. ## Required TDD execution discipline For every executable behavior change, perform three discrete, recorded stages: 1. write and run a real failing Red test before implementation code, recording why it fails for the intended behavior; 2. make the smallest Green implementation and rerun the focu