d-o-hub/github-template-ai-agents · Archived

verification-template

Template for creating portable domain-specific verification skills.

First seen Jun 17, 2026

Installation

$ npx skills add d-o-hub/github-template-ai-agents --skill verification-template

Summary

  • Template for creating portable domain-specific verification skills.
  • Use this skill when creating a verification checklist as a starting point for defining systematic verification checklists for new features, modules, or domain-specific operations — even if they just say "create a verification checklist" or "add quality checks for this".
  • Not for skill-creator.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from d-o-hub/github-template-ai-agents · top by installs.

npx skills add d-o-hub/github-template-ai-agents

Browse all from d-o-hub/github-template-ai-agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.2.10
LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,588 B
  • docs SUMMARY.md 392 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Verification Skill Template

Define systematic, portable verification checklists for common operations within a specific domain.

When to Use

  • Establishing a new verification protocol for a specific component.
  • Ensuring consistent quality gates across different implementations.
  • Automating manual verification steps into a structured checklist.

Verification Checklist

[Operation Name]

  • Requirement 1: [Description of success criteria]
  • Requirement 2: [Description of success criteria]
  • Edge Case 1: [Description of how to verify]

[Data Integrity]

  • Roundtrip: [Verify data matches after save/load]
  • Schema: [Verify output adheres to expected schema]

[Security/Safety]

  • Permission: [Verify restricted access works as intended]
  • Sanitization: [Verify inputs are correctly handled]

Process

  1. Identify Operation: What specific action needs verification?
  2. Define Success: What does a "perfect" execution look like?
  3. Draft Checklist: Use the categories above to list specific checks.
  4. Test Checklist: Run through the checks on a real instance.
  5. Iterate: Refine the checklist based on discovered edge cases.

See Also

  • skill-creator — Create and improve skills
  • skill-evaluator — Evaluate and score skills

Rationalizations

Rationalization Reality
"This is a minor change, full verification is overkill" Every change needs verification to prevent regressions.
"I've tested this manually already" Manual testing is prone to oversight; structured checklists ensure consistency.

Red Flags

  • Skipping verification steps for "simple" changes
  • Marking items as complete without actually performing the check
  • Relying solely on successful build/lint without functional verification

References

  • AGENTS.md - Repository standards and quality gates
  • scripts/quality_gate.sh - Automated verification entry point

Voice & Context

  • Default: professional + blog
  • Reference: voice-profiles skill for definitions and auto-detection.