tumiki-quality-check

Automate format, lint, typecheck, and build checks for Tumiki projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rayven122/tumiki --skill tumiki-quality-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tumiki-quality-check
Source: https://github.com/rayven122/tumiki/tree/main/.claude/skills/tumiki-quality-check
Command: npx skills add https://github.com/rayven122/tumiki --skill tumiki-quality-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-commit quality checks for Tumiki projects, reducing integration risks by ensuring code adheres to formatting, linting, type safety, and build integrity before PRs.

Core Features & Use Cases

  • Format & Lint: Automatically format code and fix linting issues to maintain consistency.
  • Type & Build Verification: Run TypeScript type checks and build validation to catch errors early.
  • CI Readiness & Quick Mode: Prepare code for CI with a quick mode that skips heavy steps when appropriate.

Quick Start

Run the quality-check sequence to format, lint, typecheck, and verify the build and tests before committing.

Frequently Asked Questions about tumiki-quality-check

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

FAQPage Schema
How do I automate pre-commit quality checks for PNPM and TypeScript projects?

Automate pre-commit quality checks by running a defined script sequence that executes formatting, linting, typecheck, and build validation. This deterministic task execution ensures code adheres to quality standards before PRs.

What is the best way to run format, lint, and typecheck validation before a PR?

The best way to run format, lint, and typecheck validation before a PR is to execute an automated quality-check sequence. This catches errors early and reduces integration risks by verifying type safety and build integrity.

Does this quality-check sequence support a quick mode for CI readiness?

Yes, the quality-check sequence supports a quick mode for CI readiness. This mode skips heavy steps when appropriate, allowing faster execution while still maintaining essential format and lint validation.

Can I use this automated lint and typecheck task with my existing Tumiki codebase?

Yes, you can use this automated lint and typecheck task with your Tumiki codebase. It is specifically designed for Tumiki projects using PNPM and TypeScript, applying format and build verification seamlessly.

Why do I need deterministic task execution for build and typecheck validation?

Deterministic task execution for build and typecheck validation is needed to ensure consistent results and clear error reporting. It enforces a strict script sequence, preventing unpredictable failures before committing code.

What limitations exist when running format and build verification in quick mode?

When running format and build verification in quick mode, the limitation is that heavy steps are skipped to speed up execution. This means deep build validation might be bypassed, so full checks should run before final PRs.