agent-readiness
Agent Readiness Assessment
Evaluate how ready a codebase (or full SDLC) is for autonomous AI agent work. Produces a scored report across all dimensions with a maturity level and prioritized action plan.
When to use this skill
Invoke when the user wants to:
- Assess whether a repo is ready for AI coding agents (Claude Code, Devin, Cursor, etc.)
- Understand what's blocking autonomous agent productivity
- Get a prioritized plan for making a codebase more agent-ready
- Evaluate a new project before onboarding an agent to it
- Audit the full SDLC for agent-readiness beyond just code
Trigger phrases: "agent readiness", "agent-ready", "how ready is this codebase for agents",
"audit for AI agents", "agent readiness report", /agent-readiness
Background
More from supatest-ai/supa-skills
bug
Investigate, reproduce, and fix a bug using a structured workflow. Captures a complete bug report, reproduces the issue reliably, finds the true root cause, writes a failing test before fixing, verifies the fix, and optionally files a well-formed GitHub issue.
1debug-prod
Investigate a production incident or live bug. Follows mitigation-first protocol — stops the bleeding before investigating, then uses the observability funnel (metrics → traces → logs) to find root cause. Produces a structured findings report and optional postmortem.
1work-summary
Generate a summary of work done based on git commit history across one or more repositories. Use for standups, timesheets, retrospectives, or any time you need a structured overview of what was accomplished in a time period.
1test-feature
Interactively test a completed feature using browser automation. Navigates the live app, exercises all key flows, captures a GIF video of the happy path, and produces a visual verification report. Use after implementing a new feature or making code changes that need testing verification.
1review-pr
Review a pull request or set of code changes. Filters to issues introduced by this PR (not pre-existing), scores confidence, and produces a prioritized report with severity tiers. Requires user approval before posting anything to GitHub.
1signoz-health-check
Check broad metrics and health status of SigNoz observability platform. Shows service health, error rates, latency, recent errors, and alerts. Use when you need to monitor system health or investigate issues.
1