pre-release

Run tiered pre-release code reviews for bugs and hygiene issues.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill pre-release-cwilliams5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-release
Source: https://github.com/cwilliams5/Alt-Tabby/tree/main/.claude/skills/pre-release
Command: npx skills add https://github.com/cwilliams5/Alt-Tabby --skill pre-release-cwilliams5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of a curated checklist of high-signal review skills to ensure code quality and stability before a software release.

Core Features & Use Cases

  • Tiered Review Process: Organizes checks into correctness (release-blockers) and hygiene tiers.
  • Automated Skill Invocation: Runs a sequence of predefined review skills.
  • Findings Summarization: Consolidates and reports issues found by each skill.
  • User-Guided Decision Making: Pauses after each tier to allow user input on addressing findings or proceeding.
  • Use Case: Before merging a new feature branch, run this skill to automatically perform critical checks like race condition reviews and resource leak detection, ensuring only stable code is released.

Quick Start

Run the pre-release checklist to review the current code.

Frequently Asked Questions about pre-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a pre-release code review checklist?

Pre-release review automation executes a tiered checklist of high-signal skills to identify potential bugs and code hygiene issues, summarizing findings by severity for user decisions.

How do I check for race conditions and resource leaks before a release?

Checking for race conditions and resource leaks before a release is handled by systematically invoking predefined review skills that scan for these specific release-blocker correctness issues.

What is a tiered pre-release review process?

A tiered pre-release review process organizes automated checks into correctness tiers for release-blockers and hygiene tiers, pausing between tiers to allow user-guided decisions on addressing findings.

Can I pause an automated code review to address critical findings?

Yes, you can pause an automated code review because the process stops after each tier to allow user-guided decision making on whether to address identified findings or proceed to the next stage.

Does a pre-flight release checklist review debug logging and option interactions?

Yes, a pre-flight release checklist reviews debug logging and option interactions by automatically invoking specific high-signal skills dedicated to detecting these exact code hygiene and correctness issues.