codebase-recon

Featured

Trace a repo into cited flows. Not for a bounded question; that is research. Triggers: "codebase recon", "trace this codebase", "repository audit", "refresh the prior recon".

AI & Automation 434 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# Codebase Recon Build a reusable, falsifiable model of a repository. This skill reports what the tree and executable probes support; it does not edit code or issue a final PASS/WARN/FAIL verdict. ## Prompt ```text codebase-recon --mode=baseline --view=audit --lens=cli --depth=standard on agentops-wt/train2-c: trace the `ao gate check` entry point from cli/cmd/ao/gate_composition.go through to its tests. I'm onboarding and need a cited mental model, not a file inventory. ``` ## It's working if Observable in the trace, without reading the prose: - The manifest at `.agents/scratch/codebase-recon/<run-id>/codebase-recon.json` names the exact commit and passes `skills/codebase-recon/scripts/validate-output.sh <codebase-recon.json>`. - Every `fact` cites `file:line`, and every `inference` cites the facts it rests on. - The chosen `lens` (persistence, auth, CLI, build, or test) follows one entry-to-test flow to completion, or the report names the exact `file:line` where the trace was cut. - Inspected and uninspected scope both appear explicitly in `codebase-recon.md`. ## Constraints - To prevent a floating recon, record the exact repository commit and local source-of-truth precedence. - Because confidence is not evidence, type every material claim and cite each fact and inference. - To preserve traceability, prefer a verified delta when a prior pack exists instead of rewriting unchanged evidence as fresh discovery. ## Modes, views, and lenses One skill...

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category