Repository purpose
Explains what the project does so the agent can make relevant choices.
Paste an AGENTS.md, CLAUDE.md, or Copilot instruction file. Get a practical audit of the context, commands, guardrails, and validation steps your coding agent is missing.
Step 1
Analyzed entirely in your browser. The file is never uploaded.
Step 2
The badge links back to this score summary. It contains no file contents and badge impressions are never counted as users.
Explains what the project does so the agent can make relevant choices.
Names the language, framework, runtime, or package manager.
Provides copyable setup, build, test, lint, or development commands.
Points to important directories, boundaries, or established patterns.
States which checks must run before work is considered complete.
Prevents broad rewrites and keeps work aligned with the request.
Protects secrets, user changes, migrations, and destructive operations.
Makes the final evidence and handoff explicit.
Keeps the root file readable and avoids burying critical rules.
Add these missing sections, then replace the placeholders with repository-specific facts.
What gets checked
A useful root instruction file is not a style guide. It is a compact operating contract: what the repository is, how to navigate it, how to validate work, and which mistakes are expensive.
Purpose, stack, architecture, and copyable commands reduce avoidable exploration and command failures.
Scope limits, secrets, migrations, and destructive-action rules protect the work already in progress.
Tests, builds, and a concrete handoff make “done” observable instead of subjective.