# Commit

> >

- **Type:** Skill
- **Install:** `agentstack add skill-bioinfo-claudelicious-commit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [BioInfo](https://agentstack.voostack.com/s/bioinfo)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [BioInfo](https://github.com/BioInfo)
- **Source:** https://github.com/BioInfo/claudelicious/tree/main/skills/commit

## Install

```sh
agentstack add skill-bioinfo-claudelicious-commit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# commit

A process-encoding skill: the steps for a good commit are always the same, so
this makes them one word. It does NOT push — pushing is a separate, gated action.

## Procedure

1. **See what changed.** `git status` and `git diff` (staged and unstaged). If
   nothing is staged, look at the unstaged changes to decide what belongs in this
   commit.
2. **Group, don't dump.** If the changes are several unrelated things, say so and
   propose splitting into more than one commit rather than one mixed commit.
3. **Stage** the files for this commit (`git add `), not a blanket
   `git add -A` unless everything genuinely belongs together.
4. **Write the message** in conventional-commit form:
   `type(scope): summary` — e.g. `fix(auth): retry on expired token`.
   Types: feat, fix, docs, refactor, test, chore, perf. Keep the summary under
   ~70 chars, imperative mood. Add a body only when the *why* is not obvious from
   the diff.
5. **Commit.** Show the resulting `git log -1 --stat` so the user sees what landed.

## Notes

- Do not push. If the user wants to push, that is a separate step and runs the
  secret-scan hook first.
- Do not invent a scope. If the change has no clear scope, omit it:
  `docs: fix broken link`.
- Match the repo's existing commit style if it clearly differs from the above
  (look at `git log --oneline -10` first).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [BioInfo](https://github.com/BioInfo)
- **Source:** [BioInfo/claudelicious](https://github.com/BioInfo/claudelicious)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-bioinfo-claudelicious-commit
- Seller: https://agentstack.voostack.com/s/bioinfo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
