Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repository

gate

stale

Verification before completion claims. Use when about to say "done", "fixed", or "complete". Triggers on completion language.

View on GitHub

Marketplace

moo.md

saadshahd/moo.md

Plugin

hope

core

Repository

saadshahd/moo.md
28stars

hope/skills/gate/SKILL.md

Last Verified

February 5, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/saadshahd/moo.md/blob/main/hope/skills/gate/SKILL.md -a claude-code --skill gate

Installation paths:

Claude
.claude/skills/gate/
Powered by add-skill CLI

Instructions

# gate

Verify before claiming completion.

## Trigger

Before claiming: "done", "fixed", "complete", "working", "ready"

---

## Pre-Work Gate (Before Starting)

Run before substantial work begins. Blocks execution if missing.

```
□ Verification method locked (not "assumption")
  → What type: execution output / observation / measurement?
  → What evidence will you show?

□ At least 2 "must NOT" criteria exist
  → What should this NOT do?
  → What scope should NOT expand?

□ Fit score determined workflow shape
  → <25: BLOCKED - clarify first
  → 25-29: Colleague-shaped (iterate each step)
  → 30-39: Tool-with-review (checkpoint major steps)
  → 40+: Tool-shaped (milestones only)
```

**If any unclear:** Pause here. Clarifying these now prevents rework later.

---

## Post-Work Gate (Before Claiming Done)

### Expert Review Check (Loop Integration)

When invoked after loop execution, check expert review status:

```
□ Thorough expert review passed?
  → Check .loop/workflow-state.json for reviews.thorough.passed
  → Must be true to proceed
  → If false: "⚠️ Expert review has {N} unresolved blockers. Resolve before gate."
```

If `reviews.thorough.passed` is false → resolve findings to ensure quality before proceeding.

### Verify Integration

Before running workflow-specific checks, ensure verify passed:

```
□ hope:verify thorough tier passed?
  → Check .loop/verify-config.json for results
  → All criteria must show PASS
  → Evidence must be captured
```

If verify not run or failed → address findings before completion to ensure quality.

---

## Workflow A: Build

```
□ Feature executes without errors (show output)
□ Edge cases tested (empty, null, boundary)
□ Rollback tested if Type 2B/1
□ Dependencies verified
```

## Workflow B: Debug

```
□ Root cause identified with evidence
□ Fix tested and resolves symptom
□ Prevention added (test/automation/guard)
□ Related bugs checked (same class)
```

## Workflow C: Refactor

```
□ Existing tests pass unchanged
□ Behavi

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
5024 chars

Issues Found:

  • placeholder_text