stabilizer

Execute build, tests, linting, and type-checking in sequential order.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/KJ-devs/portfolio --skill stabilizer-kj-devs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stabilizer
Source: https://github.com/KJ-devs/portfolio/tree/main/.claude/skills/stabilizer
Command: npx skills add https://github.com/KJ-devs/portfolio --skill stabilizer-kj-devs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill guarantees the complete stability of your application by systematically checking its build, tests, linting, and type-checking, preventing regressions and ensuring code quality.

Core Features & Use Cases

  • Comprehensive Checks: Executes build, tests, linting, and type-checking in a defined order.
  • Iterative Correction: Guides the user to fix issues sequentially, re-running all checks after each correction.
  • Use Case: Before merging a new feature, run the stabilizer to confirm that all existing functionalities remain intact and no new issues have been introduced.

Quick Start

Run the stabilizer skill to perform a full stability check on the application.

Frequently Asked Questions about stabilizer

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

FAQPage Schema
How do I run build, tests, linting, and type-checking before deployment?▼

To ensure app stability before deployment, execute a sequential validation process covering build, tests, linting, and type-checking. This approach systematically checks your application and guides iterative corrections to prevent regressions and maintain code quality.

What is the best way to automate pre-merge stability checks in a CI pipeline?▼

Automating pre-merge stability checks in a CI pipeline requires a sequential execution protocol for build, tests, linting, and type-checking. This ensures existing functionalities remain intact and no new issues are introduced before merging features.

How does iterative correction work during application stability validation?▼

Iterative correction during stability validation works by guiding you to fix issues sequentially. After any detected failure is corrected, the protocol requires re-running all build, test, linting, and type-checking processes to confirm complete stability.

Can I use a sequential stability check for pre-deployment quality assurance?▼

Yes, you can use a sequential stability check for pre-deployment quality assurance workflows. It validates the complete stability of an application by strictly executing build, tests, linting, and type-checking processes to prevent regressions before release.

Why re-run all tests and linting after fixing a build failure?▼

Re-running all tests, linting, and type-checking after fixing a build failure is required by the strict sequential execution protocol. This re-validation ensures that the correction did not introduce new regressions or issues into the application.