SkillAgentSearch skills...

cm

Stage working tree changes and create a Conventional Commit (no push).

Install / Use

npx skills add alirezarezvani/claude-skills

Installs into whichever agent you are using.

About this skill
⚡

Claude Commands

Claude Code slash commands

Quality Score

59/100

Category

Marketing

Supported Platforms

Claude Code

Our assessment of cm

cm scores 59/100 on our quality scale, 166th of 174 Marketing skills we index.

Its Claude Commands is 917 bytes long, written without headings and no code examples: fairly brief, so expect to fill in details yourself.

With 26,437 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
0/20
Description
12/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 26 days ago, so cm is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

cm compared with similar skills

All 4 of these similar skills score higher than cm; compare them before choosing.

SkillScoreStarsUpdatedFormat
cm (this skill)by alirezarezvani5926.4k26d agoClaude Commands
claude-memby thedotmack10094.7ktodayCLAUDE.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
Understand-Anythingby Egonex-AI10084.2k14d agoCLAUDE.md
headroomby headroomlabs-ai10073.8ktodayCLAUDE.md

Frequently asked questions

How do I install cm?
Run npx skills add alirezarezvani/claude-skills. The install tabs above show the steps for each supported agent.
Which AI agents does cm work with?
It is written for Claude Code, as a Claude Commands file. Other agents that read the same format can often use it too.
Is cm safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is cm still maintained?
The repository was last updated 26 days ago, so cm is actively maintained.

description: Stage working tree changes and create a Conventional Commit (no push).

  1. Run git status --short to review pending changes.
  2. For each file, open a diff (git diff -- path/to/file) and ensure no secrets or credentials are present.
  3. Stage the files intentionally (git add path/to/file). Avoid git add . unless every change was reviewed.
  4. Generate a Conventional Commit message (types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert).
    • Commit subject ≤ 72 chars.
    • Scope uses kebab-case (e.g., feat(marketing-skill): ...).
    • Use .github/commit-template.txt for Context / Testing / Reviewers sections.
  5. Run git commit and paste the generated message + context from the template.
  6. Show the resulting commit (git log -1 --stat) and keep the commit hash handy.
  7. Do not push in this command. Use git/cp.md when you're ready to publish.

Related Skills

View on GitHub
GitHub Stars26.4k
CategoryMarketing
Updated26d ago
Forks3.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions