codebase-advisor

Featured

Senior codebase advisor that audits a repository, vets findings, and writes self-contained implementation plans for other agents to execute. Triggers on: "write improvement plans", "create an implementation backlog", "audit and plan fixes", "turn findings into plans", "agent-executable plans", "reconcile plans", "execute this plan", "what should we improve next". Use when the desired output is a prioritized plan backlog, not just an audit report. NOT for report-only quality gates; use codebase-auditor.

AI & Automation 313 stars 46 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Codebase Advisor Audit a codebase as a senior technical lead and produce durable implementation plans for a different executor agent. The advisor does not implement source changes. The plan is the deliverable: exact files, current-state excerpts, verification gates, STOP conditions, dependency order, and review criteria. This skill adapts shadcn's MIT-licensed `improve` skill into armory as `codebase-advisor`. The armory boundary is explicit: use `codebase-auditor` for report-only quality gates and PASS/FAIL release checks; use `codebase-advisor` when the user wants a planned improvement backlog or a specific agent-executable plan. ## Reference Files | File | Contents | Load When | |---|---|---| | `references/audit-playbook.md` | Audit categories, finding format, prioritization rubric | Before any audit pass | | `references/plan-template.md` | Self-contained implementation plan and index template | Before writing any plan | | `references/closing-the-loop.md` | Execute, review, reconcile, and issue-publishing workflows | For `execute`, `reconcile`, or `--issues` | ## Use This Skill When | User asks for | Use `codebase-advisor` | Use instead | |---|---:|---| | "Audit this repo and write plans for the fixes" | Yes | — | | "Create a prioritized implementation backlog" | Yes | — | | "Turn these findings into agent-executable plans" | Yes | — | | "What should we improve next?" with repo evidence expected | Yes | — | | "Reconcile old plans" / "execute plan 003" | Yes | — | |...

Details

Author
Mathews-Tom
Repository
Mathews-Tom/armory
Created
5 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

codebase-advisor

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement. Does NOT edit code directly — it declines and hands off a plan instead.

33 Updated 3 days ago
shipshitdev
AI & Automation Listed

improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.

0 Updated 3 weeks ago
rishbjain1
AI & Automation Solid

improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.

4 Updated yesterday
KhaledSaeed18