Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text.
Scanned 2/12/2026
Install via CLI
openskills install athola/claude-night-market---
name: commit-messages
description: Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text.
category: artifact-generation
tags: [git, commit, conventional-commits, changelog]
tools: [Bash, Write, TodoWrite]
complexity: low
estimated_tokens: 600
dependencies:
- sanctum:shared
- sanctum:git-workspace-review
---
# Conventional Commit Workflow
## When to Use
Use this skill to write a commit message for staged changes.
As a prerequisite, run `Skill(sanctum:git-workspace-review)` so the repository path, status, and diffs are already captured. If that skill reveals no staged changes, stage the desired files before continuing.
## Required Steps
1. **Classify the change**
- Choose the correct type: `feat`, `fix`, `docs`, `refactor`, `test`, `chore`, `style`, `perf`, or `ci`.
- Select a concise scope (directory/module or `core`, `cli`, etc.). The scope is optional but preferred.
- Decide if the change is breaking. If so, plan a `BREAKING CHANGE:` footer.
2. **Draft the message**
- Subject: `<type>(<scope>): <imperative summary>` (scope optional, ≤50 characters).
- Body: Wrap at 72 characters per line, explain the "what" and "why", and list key bullets if useful.
- Footer: Add `BREAKING CHANGE: …` or issue references if needed.
3. **Write the output**
- The prompt passes a destination path (e.g., `{0|commit_msg.txt}`).
- Overwrite the file with only the final commit message—no commentary.
4. **Preview**
- Display the file path and contents (`cat <file>` or `sed -n '1,120p' <file>`) for confirmation.
## Guardrails
- Never mention AI tools or assistants in the commit message.
- Use the present-tense, imperative style for the subject line.
- Include a multi-line body for any non-trivial change (more than one file or complex logic).
- If multiple types apply, pick the highest-impact type (e.g., `feat` over `chore`).
## Integration Notes
- Combine with `Skill(sanctum:catchup)` when you need additional context before drafting.
- If unsure about the type or scope, rerun the diff commands or consult the specification or plan before finalizing.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.