Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add raine/skills --skill "qc"
Install specific skill from multi-skill repository
# Description
Stage all changes and commit directly without checking status or diff.
# SKILL.md
name: qc
description: Stage all changes and commit directly without checking status or diff.
allowed-tools: Bash
Stage all changes and commit directly. Do not run git status, git diff, or git
log first - just stage and commit immediately.
Include a detailed commit message body that explains the "why" and provides
context useful for writing patch notes later. The body should describe:
- What problem this change solves
- Key implementation details worth noting
- Any breaking changes or important behavior differences
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.