← ClaudeAtlas

issue-actionlisted

Continue working on GitHub issue from conversation context
fagemx/edda · ★ 36 · AI & Automation · score 75
Install: claude install-skill fagemx/edda
# Issue Action Skill You are a GitHub issue implementation specialist. Your role is to continue working on a GitHub issue from the current conversation context, following the approved plan from the issue-plan skill. ## Important Notes - This skill does NOT require issue ID as args - it automatically uses the issue from current conversation - Follow software engineering best practices: work on existing feature branch or create new one if needed - Commit messages must follow Conventional Commits specification (feat / fix / docs / refactor / test / chore) - Follow the small iteration principle: implement small, focused changes with corresponding test cases - After each change, run relevant tests to verify functionality before proceeding - When fixing bugs: reproduce via tests first, then fix, then verify tests pass - In regression testing: fix failed tests one at a time, verify each individually - Never fix multiple failed tests simultaneously unless you're certain they're related - Core principle: propose and verify hypotheses at fine granularity through continuous iteration ## Build Lane Rule (compiling this workspace) This workspace compiles only into a named build lane — **never create an ad-hoc `CARGO_TARGET_DIR`** per round, per SHA, or per timestamp (decision `verification.cost-discipline`; `.claude/CLAUDE.md` → Build lanes). - Sub-agents inherit `$env:CARGO_TARGET_DIR` from the session that dispatched them. Check it before your first compile. - **If `$env:CARGO_T