release-check

Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.

Content Preview
---
name: release-check
category: quality-security
description: Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
---

# Release Check

Runs pre-release verification using the Centinela (QA) agent. This is the highest-stakes checklist in the system.

## When to Use This Skill

- Before any release to production
- Before tagging a version
- As a final quality gate after all features are implemen
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/release-check.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/release-check/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/agent-triforce/skills/release-check/SKILL.md

Related Skills