SKILL·5C96AF

release-check

davepoon
Updated 1 month ago
11 views
2,553
277
2,553
View on GitHub
Othertesting

About

The release-check skill executes a critical pre-release verification checklist, delegating tasks to the QA agent to validate documentation, tests, security, and quality gates. It is used as a final quality gate before production releases or version tagging. The skill produces a detailed assessment and a final READY FOR RELEASE or BLOCKED verdict.

Quick Install

Claude Code

Recommended
Primary
npx skills add davepoon/buildwithclaude -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/davepoon/buildwithclaude
Git CloneAlternative
git clone https://github.com/davepoon/buildwithclaude.git ~/.claude/skills/release-check

Copy and paste this command in Claude Code to install this skill

GitHub Repository

davepoon/buildwithclaude
Path: plugins/agent-triforce/skills/release-check
0
claudeclaude-codeclaude-code-commandsclaude-skillscli-toolcommands
FAQ

Frequently asked questions

What is the release-check skill?

release-check is a Claude Skill by davepoon. Skills package instructions and resources that Claude loads on demand, so Claude can perform release-check-related tasks without extra prompting.

How do I install release-check?

Use the install commands on this page: add release-check to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does release-check belong to?

release-check is in the quality-security category, tagged testing.

Is release-check free to use?

Yes. release-check is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

code-health
Other

The `code-health` skill scans your codebase for dead code, outdated dependencies, and quality issues like code smells and tech debt. It's ideal for periodic hygiene checks, pre-release audits, or post-refactoring reviews. The skill delegates the analysis to the Centinela agent and outputs a detailed findings report.

View skill
security-audit
Other

This skill performs a comprehensive security audit by delegating to the Centinela agent, covering OWASP Top 10, dependency vulnerabilities, secrets scanning, and smart contract checks. Use it before releases, after major code changes, or for periodic reviews to verify security posture. It systematically runs security checklists and issues a final verdict on the codebase.

View skill
content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill
polymarket
Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill