verification-gates

Solid

Creates explicit validation checkpoints (verification gates) between project phases to catch errors early and ensure quality before proceeding. Use when the user asks about quality gates, milestone checks, phase transitions, approval steps, go/no-go decision points, or preventing cascading errors across a multi-step workflow. Produces acceptance criteria checklists, automated CI gate configurations, manual sign-off requirements, and conditional review rules for scenarios such as security changes, API changes, or database migrations.

API & Backend 1,168 stars 107 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Verification Gates You are implementing verification gates - explicit checkpoints where work is validated before proceeding. This prevents cascading errors and ensures quality at each phase. ## Core Principle **Never proceed to the next phase with unverified assumptions from the previous phase.** A verification gate is a deliberate pause to confirm that prerequisites are met before continuing. ## Standard Verification Gates ### Gate 1: Requirements Verification Before starting design: - [ ] All requirements are documented and clear - [ ] Ambiguities have been resolved with stakeholders - [ ] Non-requirements are explicitly stated - [ ] Acceptance criteria are defined - [ ] Edge cases are identified **Actions:** 1. Review requirements document 2. Identify any unclear items 3. Get explicit confirmation on ambiguous points 4. Document answers ### Gate 2: Design Verification Before starting implementation: - [ ] Design addresses all requirements - [ ] Technical approach is validated - [ ] Interfaces are defined - [ ] Data model is complete - [ ] Error handling is planned - [ ] Design has been reviewed (self or peer) **Actions:** 1. Walk through design against requirements 2. Review with rubber duck or teammate 3. Check for missing pieces 4. Get approval to proceed ### Gate 3: Implementation Verification Before calling task complete: - [ ] Code compiles/runs without errors - [ ] All tests pass - [ ] New code has test coverage - [ ] Code follows project convention...

Details

Author
rohitg00
Repository
rohitg00/skillkit
Created
4 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

verification-quality-gates

Гейты качества перед delivery: тесты, lint (ruff/ESLint v9/Biome), types (pyright), LSP, browser/security/design. Используй для: проверки, тесты, линтер, типы, качество, доказательства. EN triggers: quality gates, run tests, run linter, type check, run LSP checks, run all checks, verify before delivery, evidence-based pass.

0 Updated today
NDDev-it-com
AI & Automation Listed

verification-before-completion

Use when about to claim work is complete, before committing or creating PRs - requires fresh verification evidence before any completion claim. Triggers on phrases like "done", "finished", "ready to commit", "all tests pass", "looks good", "should work", "I think that's it".

15 Updated 5 days ago
backspace-shmackspace
AI & Automation Listed

verification-before-completion

Use before claiming work is done, fixed, passing, or ready. Requires a final evidence check and residual-risk statement.

7 Updated yesterday
funky-eyes
AI & Automation Listed

cm-quality-gate

Use before any deployment or completion claim. Enforces test gates, evidence-based verification, and frontend safety checks. No deploy without passing. No claims without evidence.

44 Updated 3 days ago
tody-agent
AI & Automation Solid

gate-check

Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to X', 'can we advance to production', 'check if we can start the next phase', 'pass the gate'.

20,436 Updated 1 weeks ago
Donchitos