PriNovaPriNovaCommunityยท6 Agent Skills Included

pi-agent-codebase-workflows

Structured codebase documentation, safe changes, and architecture review

Reconstructs unfamiliar codebases into structured YAML artifacts covering architecture, data models, invariants, risks, and contracts. Guides safe bug fixes, features, and refactors without architecture drift, and reviews diffs against documented design rules. Eliminates stale prose docs and guesswork by keeping project knowledge machine-readable, validated, and always current.
npx skills add PriNova/pi-agent-codebase-workflows --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’