skills/forge-implement-issue/SKILL.md
⚠️ Renamed to forge-implement. This stub exists for migration — remove it and install forge-implement instead.
npx skillsauth add mgratzer/forge forge-implement-issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
forge-implementThis skill was renamed to forge-implement — it now accepts GitHub issues, plan files, and free-text descriptions.
Tell the user:
forge-implement-issuehas been renamed toforge-implement. Please update your installation:npx skills remove forge-implement-issue npx skills add mgratzer/forge --skill forge-implementThen re-run your request with
/forge-implement.
Do not proceed with implementation. Wait for the user to update.
tools
End-to-end implementation and self-review in a single invocation. Implements from an Issue, plan file, or free-text description, then runs a lean fresh-context review. Use when the user wants to implement and review without manual handoff between skills.
development
Shape a vague idea into a clear plan through codebase investigation and convergent one-at-a-time questioning. Use when the user has a rough idea or problem that needs specifying before issue creation.
development
Set up or update a project's context infrastructure for agentic engineering — AGENTS.md as lean hot memory, docs/ as earned warm memory, with signal-to-noise scoring for existing guidance. Use when starting a new project, retrofitting an existing codebase, or auditing current guidance quality.
tools
Review current changes with a lean review flow. Works on a PR, branch diff, or uncommitted changes. Tiny low-risk diffs stay inline; larger or riskier changes use fresh-context review. Use when the user wants to self-review before committing, pushing, or requesting peer review.