Unofficial knowledge base and review workspace for Gno, designed to be driven by an AI coding agent.
Made by samourai.
Note: This is not an official resource.
git clone --recursive git@github.com:samouraiworld/gno-agent-workspace.gitAlready cloned? Init the submodule:
git submodule update --init --recursivegno/— gnolang/gno submoduleskills/— AI skill definitionsreviews/pr/— PR review reports (one directory per PR). Seereviews/README.mdfor a team-coverage triage view of every open upstream PR (approved / changes requested / commented / no team review), including a PRs awaiting team review worklist of everything no team member has reviewed yet.reports/weekly/— weekly team status reportsreports/weekly-ux/— weekly UX status reportsscripts/— data-gathering and helper scriptsdocs/— architecture references (overview.md,gnovm-architecture.md)
| Skill | File | Description |
|---|---|---|
| PR Review | skills/review.md |
Review a gnolang/gno pull request |
| Fix Issue | skills/fix-issue.md |
Fix a gnolang/gno issue and open a PR |
| Weekly Report | skills/weekly-report.md |
Generate the Samourai team weekly status report |
| Weekly UX Report | skills/weekly-ux-report.md |
Generate the weekly UX report (a/ux label) |
| Script | Description |
|---|---|
scripts/weekly-report.sh |
Gather PR/issue data for the weekly report |
scripts/parse-context.sh |
Parse context.md for AI-optimized reading |
scripts/fetch-pr-history.sh |
Fetch PR history |
scripts/fetch-issue-history.sh |
Fetch issue history |
scripts/build-reviews-readme.sh |
Rebuild the reviews/README.md index, including the team-coverage triage table |
Run from the root of this repository so the agent has access to skills, the gno submodule, and past reviews in a single workspace.