Engineering Verification Skill — AI skill for Claude Code
A portable protocol that makes AI coding agents investigate, verify and safely change existing repositories like disciplined senior engineers.
How to install Engineering Verification Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open aadesh2025/engineering-verification-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Engineering Verification Skill does
A portable protocol that makes AI coding agents investigate, verify and safely change existing repositories like disciplined senior engineers. Claude Code skill; plain Markdown for any other agent. CC BY-NC 4.0.
Alternatives in AI
- OpenContext — A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenC 1.1k ★
- Fact Checker — Verify claims and facts with sources 653 ★
- Module Feature — Add a new feature (model + service + controller + views + routes + tests) to an existing module 407 ★
README
engineering-verification
A portable behavioral protocol that makes an AI coding agent work like a disciplined senior engineer inside a repository it did not write. It contains no project-specific facts; the agent discovers the stack, commands and architecture of whatever repository it is given.
The problem it solves
Coding agents tend to assume a stack, invent commands, call every red test a regression, "fix" things nobody asked about, restructure architecture that works, create a second copy of an abstraction that already exists, spread a small feature across unrelated modules, and overwrite work in progress. This protocol replaces those habits with: understand first, measure instead of guess, baseline before changing, classify failures with evidence, reuse before creating, keep changes local, and stop when uncertain.
The three modes
| Mode | Use it to | Default behavior | Output |
|---|---|---|---|
| 1. Investigation | understand an unfamiliar or existing repository | read, analyze, report; no code changes unless asked | templates/investigation-report.md |
| 2. Verification | decide whether the repository is a stable baseline, or check a recent change | baseline, run the checks that exist, classify failures, fix only justified issues, re-verify | templates/verification-report.md |
| 3. Feature safety | add a feature without collateral damage | investigate, identify the owner, reuse existing abstractions, write an impact plan, implement locally | templates/feature-impact-plan.md |
It is not for redesigns, framework migrations or broad cleanups; it says so and asks what outcome you want.
Contents
engineering-verification/
├── SKILL.md the authoritative protocol; usable without the other files
├── README.md this file
├── references/ deeper methodology
│ ├── investigation.md how to investigate a repository; facts vs inferences vs open questions
│ ├── verification.md baseline rec
Related Skills
Agentic Engineering Protocol
Verification-driven operating protocol for AI coding agents - Explore/Plan/Implement/Verify/Deliver with adver
Context First Development
CFD is a methodology for engineers who use AI coding agents (Claude Code, Gemini CLI, Codex, Cursor, Aider) on
Askproof Skill
Verify AI agent output with actionable evidence for non-engineers. Build better prompts by auditing AI claims
AI Examples
A starting point for engineers new to AI coding agents: eleven chapters, copy-out instruction-file templates,
Agentic Engineers
portable sub-agent orchestration "AGENTS with SKILLS" (Orchestrator delegates 1..N specialist AGENTS (model+sk
Simplicity Review
Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Reviews the current diff for ov
Related Agents
Engineering Codebase Onboarding Engineer
Expert developer onboarding specialist who helps new engineers understand unfamiliar codebases fast by reading
Text Slop Cleaner
This agent should be invoked to remove machine sounding text and unnecessary comments. This includes rewriting
Scope Ingest
Bounded subagent that turns raw source material (markdown files, plain-text files, pasted text) into a normali