# Qc

> Stage all changes and commit directly without checking status or diff.

- Skill: `raine/qc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add raine/qc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/raine/qc/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: raine (https://skillmd.com/u/raine)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/raine/qc

---


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

