
AgentReady sits between your AI agent and your git history — scanning every diff for risk, verifying the agent built what you asked for, and writing the commit message before you push.
Free forever. No credit card required.
Home
Open a repo, run a baseline check, revisit report history, or jump into the Pro workspace.

Pro Workspace
The Pro workspace keeps every premium tool together instead of buried inside the free flow.

Every check scans your uncommitted diff locally — no upload, no account. It catches the mistakes AI agents make most often and generates a repair prompt you can paste straight back into Cursor or Claude.
Also includes test runner integration and saved report history.
Deleted tests
Catches removed or gutted test coverage.
Hardcoded secrets
API keys and tokens left in the diff.
Dependency changes
New packages or version bumps.
Placeholder code
TODOs and stubs in production paths.
Oversized diffs
Suspiciously broad changes.
Console log leakage
Debug output left in the code.
Alignment Review adds Claude as a second opinion. It reads your diff against what you described and returns a verdict — not just whether the code is risky, but whether it's right.
Alignment verdict
Aligned or not-aligned with a confidence level.
Unrelated files
Changed files that have nothing to do with the feature.
Scope creep
Changes that go further than what you asked for.
Suggested fixes
Actionable guidance you can hand back to the agent.
The diff matches the requested feature. A 404 JSON response was added for missing user IDs with appropriate test coverage.
Unrelated files (1)
⚠ apps/web/app/layout.tsx — no changes related to the 404 feature
Suggested fix
Revert layout.tsx or confirm the change was intentional before committing.
AgentForge detects your tech stack and writes .cursorrules and AGENTS.md to your repo. Cursor picks up .cursorrules automatically. Claude Code reads AGENTS.md. Both agents hit the ground running from prompt one.
Stack: Next.js 15, TypeScript, Tailwind CSS
Auth: Clerk — never build custom auth
Style: Tailwind only, no inline styles
Types: Always define types, never use any
Tests: npm test — run before finishing
# AgentReady — Agent Context
Framework: Next.js 15 · TypeScript · Tailwind
Test command: npm test
Do not modify /app/api/webhooks without explicit instruction.
Follow component patterns in /components.
Commit message
feat(api): add 404 response for missing users
Returns a JSON error body with status 404 when a
user ID is not found. Adds test coverage for the
new error path in user.controller.ts.
PR description
Add 404 response for missing user IDs
**What changed:** API now returns a structured
404 JSON error when a user is not found.
**Why:** Aligns with the API error contract and
avoids silent 200s on missing resources.
After every Pro check, AgentNarrator generates a commit message and full PR description from your spec and results. No rewriting what the agent did in your own words.
Copy to clipboard or commit directly from the app — AgentReady stages your files and runs the commit with the generated message.
AgentReady ships an MCP server you can plug into Cursor, Claude Code, or any MCP-compatible assistant. Trigger a readiness check mid-session — verdict and repair prompt come back inline.
run_readiness_checkRun a full check on any local repo. Returns verdict, findings, and repair prompt.
get_latest_reportRetrieve the last saved report without rerunning the check.
Pro over MCPAuthenticated Pro users get alignment review in MCP responses too.
{
"mcpServers": {
"agentready": {
"command": "npx",
"args": ["agentready-mcp"]
}
}
}
Then ask your assistant: "Run an AgentReady check on this repo."
Start free. Upgrade when alignment review starts saving you time.
Catch obvious risks on every diff
Verify the agent built the right thing
Full feature breakdown on the pricing page.
Download AgentReady, open any repo, and run your first check in under a minute. Free forever — no account required to get started.