assess

Solid

Assess a codebase's readiness for AI agent contributors using the layered contract model, and generate a complexity hotspot SVG treemap (size = LOC, hue = cyclomatic complexity, saturation = recent git churn). TRIGGER when the user types /assess, asks for an AI-readiness review, wants a complexity heatmap or hotspot map, asks 'how complex is this code?', wants migration risk triage, or asks for a codebase snapshot/report. Produces an MD report + SVG that can be opened as a PR in the target repo.

AI & Automation 30 stars 4 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 79/100

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

Skill Content

# AI Readiness Assessment + Complexity Hotspot Three artefacts in one pass against a target repo: 1. **Layered contract assessment** - 0-8 score across navigability, runtime liveness, code design, linters, architecture tests, CI, coverage, review bots, and AI project management. 2. **Complexity hotspot SVG** - Codecov-style treemap of the code. Size = LOC. Colour = cyclomatic complexity. Saturation = recent git churn. Vivid red = complex AND active = riskiest to change. 3. **Doc navigability SVG** - a node-graph of the docs. Structure = connectivity (centre = entry, rim = unreachable, dashed ring = orphan); colour = staleness (vivid red = a frozen doc beside churning code = a *lying map*); size = file length. Folds navigability and the decaying-map signal into one artifact. Both SVGs are colour-blind-safe by default (OrRd ramp, no red-green). All land as files inside the target repo. The skill always writes them locally; after writing, **ask the user** whether to open a PR in the target repo with the artefacts. ## The model: truth-pressure, not presence Read this before scoring - it changes how you score. Across every layer, the real signal is never **presence**. It is whether a thing is under **active pressure to stay true**: - Tests keep **behaviour** honest (CI fails when it's wrong). - Retros / feedback loops keep the **process** honest (Layer 8 scores whether retros are *carried out*, not merely present). - Maintenance keeps **docs** honest (a wiki tracked against...

Details

Author
bjcoombs
Repository
bjcoombs/ai-native-toolkit
Created
6 months ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ai-readiness-assessment

Run a self-contained AI literacy / AI readiness assessment for the current repository. Use when the user asks to "assess AI readiness", "run an AI readiness assessment", "check our AI literacy level", "where are we on the AI collaboration framework", "evaluate how we work with AI", "score our AI maturity", "check our habitat maturity", or any request to place the team on the Agentic Experience 5-Level Habitat Maturity Model (14 dimensions, L1–L5) and the Sovereign Engineer six-level cognitive ladder (L0–L5) across context engineering, architectural constraints, and guardrail design. Produces a timestamped assessment, a gap-anchored reading path through *The Sovereign Engineer*, and a single TechTalk engagement recommendation. Also surfaced via the `/ai-readiness-assess` slash command.

6 Updated 1 weeks ago
techtalk
AI & Automation Listed

codebase-health

Score your codebase 0-100 across complexity, coupling, cohesion, test coverage, documentation, churn hotspots, dependency health, and lint/type safety. Use when: 'how healthy is this codebase', 'check code quality', 'score my project', 'find tech debt hotspots', 'codebase assessment', 'what needs attention in this repo', 'health check', 'quality audit'.

8 Updated 1 weeks ago
tinh2
AI & Automation Listed

ai-literacy-assessment

This skill should be used when the user asks to "assess AI literacy", "run an assessment", "check literacy level", "evaluate our AI collaboration", "where are we on the framework", or wants to determine their team's AI literacy level using the ALCI instrument.

43 Updated 5 days ago
Habitat-Thinking