Skills verify
๐Ÿ”

verify

Safe โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access

Verify Builds and Recover from Errors

Failed builds and broken tests waste development time. This skill verifies code builds, recovers from common errors, and applies approved review fixes while enforcing quality standards that prevent test tampering.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings โ†’ Capabilities โ†’ Skills โ†’ Upload skill

3

Toggle on and start using

Test it

Using "verify". Verify that my recent changes build successfully

Expected outcome:

  • Build verification complete
  • Build: Success
  • Type check: Passed
  • Tests: 15 passed, 0 failed
  • Lint: No issues found
  • Ready to proceed to next step

Using "verify". Help me recover from these build errors

Expected outcome:

  • Analyzing error patterns
  • Found: Cannot find module 'express'
  • Attempting: npm install express
  • Build: Success after recovery
  • Note: 2 retry attempts remaining

Security Audit

Safe
v5 โ€ข 1/16/2026

This is a documentation-only skill containing no executable code. All 137 static findings are false positives. The skill provides guidelines for build verification, error recovery, and code review processes with strong quality guardrails that prevent test tampering and enforce proper development practices.

6
Files scanned
1,091
Lines analyzed
3
findings
5
Total audits

Risk Factors

โš™๏ธ External commands (118)
error-recovery/doc.md:31 error-recovery/doc.md:32 error-recovery/doc.md:33 error-recovery/doc.md:34 error-recovery/doc.md:35 error-recovery/doc.md:43 error-recovery/doc.md:44 error-recovery/doc.md:45 error-recovery/doc.md:55 error-recovery/doc.md:56 error-recovery/doc.md:57 error-recovery/doc.md:58 error-recovery/doc.md:64 error-recovery/doc.md:65 error-recovery/doc.md:66 error-recovery/doc.md:67 error-recovery/doc.md:73 error-recovery/doc.md:74 error-recovery/doc.md:75 error-recovery/doc.md:81-110 error-recovery/doc.md:110-128 error-recovery/doc.md:128-148 review-aggregate/doc.md:31 review-aggregate/doc.md:32 review-aggregate/doc.md:33 review-aggregate/doc.md:34 review-aggregate/doc.md:42 review-aggregate/doc.md:43 review-aggregate/doc.md:65-68 review-aggregate/doc.md:68-97 review-aggregate/doc.md:97-117 review-aggregate/doc.md:117-120 review-aggregate/doc.md:120-124 review-aggregate/doc.md:124-125 review-aggregate/doc.md:125-126 review-aggregate/doc.md:126-129 review-aggregate/doc.md:129-140 review-apply-fixes/doc.md:31 review-apply-fixes/doc.md:32 review-apply-fixes/doc.md:40 review-apply-fixes/doc.md:41 review-apply-fixes/doc.md:42 review-apply-fixes/doc.md:76-103 review-apply-fixes/doc.md:103-111 review-apply-fixes/doc.md:111-117 review-apply-fixes/doc.md:117-118 review-apply-fixes/doc.md:118-119 review-apply-fixes/doc.md:119-122 review-apply-fixes/doc.md:122-126 review-apply-fixes/doc.md:126-130 review-apply-fixes/doc.md:130-134 review-apply-fixes/doc.md:134-138 review-apply-fixes/doc.md:138-139 review-apply-fixes/doc.md:139-140 review-apply-fixes/doc.md:140-148 SKILL.md:28 SKILL.md:29 SKILL.md:31 SKILL.md:32 SKILL.md:36-46 SKILL.md:46-52 SKILL.md:52-59 SKILL.md:59-61 SKILL.md:61-68 SKILL.md:68-74 SKILL.md:74 SKILL.md:74 SKILL.md:74 SKILL.md:74-75 SKILL.md:75 SKILL.md:75-76 SKILL.md:76 SKILL.md:76 SKILL.md:76 SKILL.md:76-106 SKILL.md:106-119 SKILL.md:119-123 SKILL.md:123-136 SKILL.md:136-140 SKILL.md:140-154 SKILL.md:154-158 SKILL.md:158-168 SKILL.md:168-174 SKILL.md:174-179 SKILL.md:179-183 SKILL.md:183-192 SKILL.md:192-196 SKILL.md:196-203 SKILL.md:203-215 SKILL.md:215-221 SKILL.md:221-233 SKILL.md:233-247 verify-build/doc.md:32 verify-build/doc.md:33 verify-build/doc.md:41 verify-build/doc.md:42 verify-build/doc.md:43 verify-build/doc.md:51-56 verify-build/doc.md:56-61 verify-build/doc.md:61-65 verify-build/doc.md:65-68 verify-build/doc.md:68-72 verify-build/doc.md:72-77 verify-build/doc.md:77-81 verify-build/doc.md:81-84 verify-build/doc.md:84-86 verify-build/doc.md:86-91 verify-build/doc.md:91-93 verify-build/doc.md:93-96 verify-build/doc.md:96-98 verify-build/doc.md:98-106 verify-build/doc.md:106-107 verify-build/doc.md:107-108 verify-build/doc.md:108-116 verify-build/doc.md:116-125 verify-build/doc.md:125-129 verify-build/doc.md:129-141 verify-build/doc.md:141-148
๐ŸŒ Network access (1)
๐Ÿ“ Filesystem access (2)
Audited by: claude View Audit History โ†’

Quality Score

38
Architecture
100
Maintainability
85
Content
21
Community
100
Security
91
Spec Compliance

What You Can Build

Post-Implementation Verification

Automatically verify builds and tests pass after implementing new features or fixes

Apply Review Feedback

Quickly apply approved automated fixes from code reviews like formatting and unused code removal

CI Pipeline Recovery

Automatically recover from common CI failures without manual intervention

Try These Prompts

Verify Build
I just finished implementing the new feature. Can you verify that the build passes and all tests are working correctly?
Fix Build Errors
The build is failing with TypeScript errors. Can you help fix these compilation issues?
Apply Review Fixes
The code review found several issues. Can you apply the automated fixes for unused imports and formatting?
Error Recovery
The tests are failing with assertion errors. Try to automatically fix the issues or escalate if needed.

Best Practices

  • Always verify builds after making changes before submitting pull requests
  • Use the skill quality guardrails to prevent test tampering shortcuts
  • Review the diff before approving automated fixes to understand changes

Avoid

  • Skipping tests or removing assertions to make builds pass
  • Disabling lint rules instead of fixing underlying code issues
  • Using continue-on-error to bypass CI checks without resolving root causes

Frequently Asked Questions

Which programming languages are supported?
Node.js, Python, Rust, and Go projects are supported with language-specific build commands
What happens if automatic fixes fail?
The skill retries up to 3 times, then escalates with detailed error information and recommended actions
Can it fix all types of errors?
It handles common patterns like missing modules and type errors but not complex architectural problems
Is my code protected from harmful changes?
Yes, quality guardrails prevent test tampering and require approval for non-trivial changes
How does it integrate with existing CI?
It runs the same commands as your CI ensuring consistency between local and CI environments
Which AI platforms support this skill?
The skill works with Claude Code, Claude, and Codex across different AI coding platforms

Developer Details

File structure

๐Ÿ“ error-recovery/

๐Ÿ“„ doc.md

๐Ÿ“ review-aggregate/

๐Ÿ“„ doc.md

๐Ÿ“ review-apply-fixes/

๐Ÿ“„ doc.md

๐Ÿ“ verify-build/

๐Ÿ“„ doc.md

๐Ÿ“„ SKILL.md