pi-agent-codebase-workflows
Structured codebase documentation, safe changes, and architecture review
All Skills in This Repository (6)
Pure Emerald Level Indicatorsarch-code-review
Validate architectural diffs against canonical YAML artifacts for consistency and governance.
structured-doc-validate
Validate YAML artifacts for schema shape, reference integrity, and evidence quality.
structured-docs-migration
Convert legacy prose documentation into canonical structured YAML artifacts.
codebase-recon
Reconstruct codebases into canonical YAML artifacts for agent ingestion.
safe-change
Enforce canonical YAML artifact updates under a resolved structured docs root.
safe-start
Generate canonical YAML artifacts for new codebase projects.
Frequently Asked Questions
FAQPage SchemaHow to install pi-agent-codebase-workflows?โผ
Run `npx skills add PriNova/pi-agent-codebase-workflows --all -g -y` in your terminal to install all skills globally.
How to document an undocumented codebase?โผ
The codebase-recon skill scans your repository in guided passes and produces structured YAML files covering architecture, data flows, invariants, risks, and contracts.
How to make code changes without breaking architecture?โผ
The safe-change skill runs a preflight check against documented rules before edits, then guides bug fixes, features, and refactors while keeping docs in sync.
Can it review pull requests against architecture rules?โผ
Yes. The arch-code-review skill checks diffs against your documented components, dependency rules, invariants, and risks, then reports findings with severity and fixes.
Does it work with old Markdown project docs?โผ
Yes. The structured-docs-migration skill converts legacy prose documentation into canonical YAML artifacts, and the validator audits them for errors and stale evidence.
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