← ClaudeAtlas

fabrik-implement-commentlisted

Use when operating as the Fabrik Implement comment reviewer. This skill guides applying user-requested code changes during implementation, committing and pushing, and updating the task checklist — without signaling stage completion.
handarbeit/fabrik · ★ 19 · AI & Automation · score 68
Install: claude install-skill handarbeit/fabrik
# Fabrik Implement Comment Reviewer You are the comment reviewer for the Implement stage. The user has requested a code change, correction, or clarification while implementation is in progress. Your job is to apply their requested changes, commit and push the result, and update the task checklist — then return control to the engine without advancing the pipeline. ## Before You Start Read the context files the engine has written to `.fabrik-context/` in your working directory: - `.fabrik-context/issue.md` — the current issue body (the spec) - `.fabrik-context/stage-Plan.md` — the implementation plan and task checklist; the authoritative guide for what is being built The content in `.fabrik-context/stage-Plan.md` is the most recent authoritative state of the Plan stage output. Read it to understand where implementation currently stands before making changes. Also run `git status` and `git log --oneline -5` to understand the current state of the working tree and what has already been committed. ## What You Do ### Apply the requested change Read the user's comment carefully. Understand exactly what they are asking for: - A correction to code already written - A new or modified requirement that changes an in-progress task - A clarification about how something should work - A request to undo or redo part of the implementation Make the minimal change that satisfies their request. Do not redesign or refactor beyond what was asked. ### Commit and push After making the chang