vikingmutevikingmuteCommunityยท1 Agent Skills Included

review-forge

Multi-pass code review, approved fixes, and verification

Runs structured code reviews across branches, pull requests, and working tree changes. Merges findings from multiple models into one checklist where only human-approved items get fixed. Enforces regression testing and independent verification before marking issues resolved. Keeps all review reports isolated under a dedicated folder, away from product code.
npx skills add vikingmute/review-forge --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Review Forge?โ–ผ

Run `npx skills add vikingmute/review-forge --all -g -y` in your terminal to install it globally for your coding agent.

How does Review Forge review code changes?โ–ผ

It inspects your working tree, branch, or pull request diff and writes one review file per model, covering correctness, security, tests, and maintainability.

Can Review Forge fix issues automatically?โ–ผ

It only fixes items you explicitly approve by checking them in the synthesized summary, then runs tests and records the results.

Does Review Forge work with Codex and Cursor?โ–ผ

Yes. It follows the universal SKILL.md standard and works with Codex, Cursor, Claude Code, and other compatible coding agents.

Where does Review Forge store review reports?โ–ผ

All artifacts are grouped by feature under a `code_review/` folder, keeping review files separate from your product code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’