quality

Review changed file diffs for logic, edge cases, and type safety.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/DesmondChoy/buttery_smooth_jamming --skill quality-desmondchoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/DesmondChoy/buttery_smooth_jamming/tree/main/.codex/skills/quality
Command: npx skills add https://github.com/DesmondChoy/buttery_smooth_jamming --skill quality-desmondchoy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes with fresh eyes before committing to catch bugs, missed edge cases, and integration issues early in the development cycle.

Core Features & Use Cases

  • Pre-commit review: systematically inspect changed files for correctness, type-safety, and code hygiene.
  • Comprehensive checklist: verify logic, edge cases, imports, and integration across components.
  • Context-aware guidance: aligns with Next.js/TypeScript/React projects and Strudel live coding workflows to maintain consistency and quality.

Quick Start

Run the quality check after completing a set of changes to catch bugs before committing.

Frequently Asked Questions about quality

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

FAQPage Schema
How do I review code changes for bugs before a git commit?

To review code changes before a git commit, you need to identify changed files, read complete diffs, and apply a structured checklist to verify logic, type safety, and edge-case handling.

What is the best way to check TypeScript and React code for edge cases?

Checking TypeScript and React code for edge cases involves applying a structured review checklist to verify logic, type safety, imports, and cross-component integration across modified files.

Can I run a pre-commit code review for Next.js and TypeScript projects?

Yes, you can run a pre-commit code review for Next.js and TypeScript projects that systematically inspects changed files for correctness, type-safety, and code hygiene to maintain consistency.

How does a structured code review checklist handle cross-component integration?

A structured code review checklist handles cross-component integration by reading the full context of edits in your diffs and verifying that imports, logic, and component interactions align correctly.

Does this code review process support Strudel live coding workflows?

Yes, the code review process supports Strudel live coding workflows by providing context-aware guidance that surfaces actionable remediation steps to maintain quality and consistency.