Skip to content

chore: move the conventional-commit skill where Claude Code loads it - #1990

Merged
paustint merged 1 commit into
mainfrom
chore/commit-message-skill
Aug 23, 2026
Merged

chore: move the conventional-commit skill where Claude Code loads it#1990
paustint merged 1 commit into
mainfrom
chore/commit-message-skill

Conversation

@paustint

Copy link
Copy Markdown
Contributor

The skill sat in .agents/skills, which Claude Code does not scan — it only reads .claude/skills — so it never
loaded and commit bodies drifted into six-paragraph essays.

Rewritten around a length budget (most commits need no body at all), an explicit list of what does not earn a line,
and a footer rule that keeps issue numbers out of body prose, since a bare number in a sentence makes
conventional-changelog list the issue twice.

The skill sat in .agents/skills, which Claude Code does not scan - it only
reads .claude/skills - so it never loaded and commit bodies drifted into
six-paragraph essays.

Rewritten around a length budget (most commits need no body at all), an
explicit list of what does not earn a line, and a footer rule that keeps
issue numbers out of body prose, since a bare number in a sentence makes
conventional-changelog list the issue twice.
Copilot AI lite review requested due to automatic review settings August 22, 2026 13:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves and rewrites the conventional-commit Claude Skill so it is discoverable by Claude Code (which scans .claude/skills), and tightens the guidance to prevent overly long commit bodies and duplicated issue references in changelog output.

Changes:

  • Add a new .claude/skills/conventional-commit/SKILL.md with clearer length/structure rules and footer-only issue references.
  • Remove the old .agents/skills/conventional-commit/SKILL.md so the guidance lives only where Claude Code loads it.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.claude/skills/conventional-commit/SKILL.md New, more prescriptive skill content (length budget, body/footers, examples) in the directory Claude Code scans.
.agents/skills/conventional-commit/SKILL.md Removes the old skill file from the non-scanned location to avoid drift/duplication.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@paustint
paustint merged commit 2013917 into main Aug 23, 2026
15 checks passed
@paustint
paustint deleted the chore/commit-message-skill branch August 23, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants