Catalog
Yeachan-Heo/verify

Yeachan-Heo

verify

Verify that a change really works before you claim completion

global
New~268
v1.1Saved May 11, 2026

Verify

Use this skill when the user wants confidence that a feature, fix, or refactor actually works.

Goal

Turn vague “it should work” claims into concrete evidence.

Workflow

  1. Identify the exact behavior that must be proven.
  2. Prefer existing tests first.
  3. If coverage is missing, run the narrowest direct verification commands available.
  4. If direct automation is not enough, describe the manual validation steps and gather concrete observable evidence.
  5. Report only what was actually verified.

Verification order

  1. Existing tests
  2. Typecheck / build
  3. Narrow direct command checks
  4. Manual or interactive validation

Rules

  • Do not say a change is complete without evidence.
  • If a check fails, include the failure clearly.
  • If no realistic verification path exists, say that explicitly instead of bluffing.
  • Prefer concise evidence summaries over noisy logs.

Output

  • What was verified
  • Which commands/tests were run
  • What passed
  • What failed or remains unverified
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

78/100

Grade

B

Good

Safety

88

Quality

75

Clarity

82

Completeness

68

Summary

This skill guides agents to verify that code changes actually work by gathering concrete evidence. It prioritizes existing tests, then build/typecheck, then narrow direct verification commands, and finally manual validation steps. The skill emphasizes reporting only what was actually verified and being explicit when verification is not possible.

Detected Capabilities

test executioncommand executiontypecheck/buildlog analysisevidence gathering

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

verify change workstest before completiongather evidencevalidate bug fixconfirm feature ready

Use Cases

  • Validate that a bug fix resolves the reported issue before closing a ticket
  • Confirm a feature works end-to-end before marking a PR as ready for review
  • Verify a refactor maintains backward compatibility and doesn't introduce regressions
  • Check that a build or type change doesn't break the project
  • Gather evidence of manual test results when automated testing is not feasible

Quality Notes

  • Skill provides clear verification hierarchy (tests → build → direct checks → manual) that prioritizes existing automation
  • Rules section explicitly discourages false claims and incomplete verification, promoting honest reporting
  • Workflow is concise and actionable without prescribing specific tools or technologies
  • Output expectations are clearly stated, helping agents know what constitutes successful completion
  • Skill is technology-agnostic, applicable across test frameworks and build systems
  • Could benefit from concrete examples showing how to handle edge cases (e.g., flaky tests, long-running suites)
  • No guidance on how to prioritize when multiple verification paths are available
Model: claude-haiku-4-5-20251001Analyzed: May 11, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Version History

v1.1

Content updated

2026-04-20

Latest
v1.0

No changelog

2026-04-03

Add Yeachan-Heo/verify to your library

Command Palette

Search for a command to run...

Yeachan-Heo/verify | SkillRepo