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.mdSkill 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/buildwithclaudeThen reference at plugins/agent-triforce/skills/release-check/SKILL.md
Related Skills
release-workflow-comparison
This document compares the three most popular branching and release workflows: Git Flow, GitHub Flow, and Trunk-based Development. Each approach has distinct advantages and trade-offs depending on your team size, deployment frequency, and risk tolerance.
engineeringreleaseworkflowcomparison
by alirezarezvani · alirezarezvani-claude-skills
release-notes-generator
This skill provides automated assistance for release notes generator tasks within the DevOps Basics doma
release-notes-generatorreleasenotesgenerator
by jeremylongshore · plugins-plus-skills
windsurf-release-automation
Execute automate release processes with semantic versioning. Activate when users mention
windsurf-release-automationwindsurfreleaseautomation
by jeremylongshore · plugins-plus-skills
prepare-release
Prepare and validate release packages
commandspreparerelease
by qdhenry · claude-command-suite