forge
Structured development workflow from idea to reviewed code
All Skills in This Repository (6)
Pure Emerald Level Indicatorsforge-setup-project
Create CLAUDE.md, AGENTS.md, docs/, README, and CHANGELOG.md for Forge projects.
forge-reflect-pr
Review the current PR branch for refactoring, test, and documentation gaps.
forge-address-pr-feedback
Identify and resolve unresolved GitHub pull request feedback threads.
forge-implement-issue
Analyze GitHub issues and generate actionable implementation plans.
forge-create-issue
Plan and draft structured GitHub issues through interactive discussion.
forge-update-changelog
Update CHANGELOG.md with user-facing changes from recent commits.
Frequently Asked Questions
FAQPage SchemaHow to install Forge?โผ
Run `npx skills add mgratzer/forge --all -g -y` in your terminal to install all seven workflow skills globally.
What does Forge do?โผ
Forge provides seven connected skills that take work from a vague idea to a reviewed pull request: setup, shaping, issue creation, implementation, self-review, PR feedback handling, and a combined ship command.
How does Forge turn a rough idea into code?โผ
The forge-shape skill investigates your codebase and asks one focused question at a time until the plan is clear, then forge-create-issue turns it into structured issues and forge-implement builds them.
Does Forge work with Claude Code and other agents?โผ
Yes. All skills follow the open Agent Skills standard, so they run in Claude Code, Cursor, Codex, and any other compatible agent.
Can Forge run without constant supervision?โผ
Yes. Issues are classified as AFK or human-in-the-loop at creation, and forge-implement and forge-ship support an --unattended mode that skips approval prompts.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core