story: validate repo's #213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story: HERO Repository Validation Skills
We need a cost-effective way to validate our repositories against clear HERO best-practice requirements.
Instead of using large expensive coding agents for every review, we define small focused validation skills. Each skill checks one area, such as README quality, build/test instructions, security baseline, OpenRPC quality, admin panel conventions, CI/CD, logging, or HeroForge integration.
A
hero_validatoruses ourhero_shrimpagent which uses a repo-skill matrix to know which skills apply to each repository. It runs only the required checks, collects structured findings, and reports them back into HeroForge.When an issue is found, it should be logged in the correct Forge repository as an issue, with severity, affected file, recommendation, and a link to the validation report.
In a second step, the system may use a bigger model to attempt an automatic fix. This fix must happen on a separate branch and be linked back to the original issue, so it can be reviewed before merge.
Requirements
Deliverables