Skip to content

chore(skills): add audit-monorepo agent-to-agent audit skill - #79

Merged
agjs merged 2 commits into
mainfrom
chore/audit-monorepo-skill
Jun 1, 2026
Merged

agjs merged 2 commits into
mainfrom
chore/audit-monorepo-skill

Conversation

@agjs

@agjs agjs commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Read-only monorepo audit that emits an evidence-backed JSON artifact to .audit/audit-report.json for a follow-up coding agent to execute against. Grounded in this repo's stack (Bun workspaces, api/ui/docs) and merge bar (AGENT_CONTRACT.md). Fans out parallel read-only subagents per app+concern.

  • .claude/skills/audit-monorepo.md: the skill
  • .gitignore: ignore .audit/ output dir

Summary

Test plan

  • bun run check (or bun run check:full for the cross-app pass) from the repo root
  • Stack smoke if compose/infra touched: cd infra/compose/compose && ./dev.sh up

App merge bars

Area Command
API cd apps/api && bun run validate
UI cd apps/ui && bun run validate
Docs cd apps/docs && bun run build:ci
Repo drift bun run check (from repo root)

Conventions

  • No any, no blind as, no !
  • New env vars in schema + .env.example (+ SECURITY.md when relevant)
  • Tests updated for changed behavior

Screenshots

agjs added 2 commits June 1, 2026 14:09
Read-only monorepo audit that emits an evidence-backed JSON artifact to
.audit/audit-report.json for a follow-up coding agent to execute against.
Grounded in this repo's stack (Bun workspaces, api/ui/docs) and merge bar
(AGENT_CONTRACT.md). Fans out parallel read-only subagents per app+concern.

- .claude/skills/audit-monorepo.md: the skill
- .gitignore: ignore .audit/ output dir
@agjs
agjs merged commit f2256a8 into main Jun 1, 2026
26 checks passed
@agjs
agjs deleted the chore/audit-monorepo-skill branch June 1, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant