AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Commit

skill-epicsagas-epic-harness-commit · by epicsagas

Conventional Commits 1.0 generator. Stages relevant files, infers type(scope): description, never uses --no-verify.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-epicsagas-epic-harness-commit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-epicsagas-epic-harness-commit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Commit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Commit — Conventional Commits Generator

When to Trigger

  • User wants to commit, save, or check in changes
  • User asks to commit after completing a task
  • Code changes are ready and user signals completion

Process

  1. Gather context — run in parallel:
  • git status — see what changed
  • git diff HEAD — see the actual diff
  • git log --oneline -5 — match existing commit style
  1. Determine type:

| Type | When | |------|------| | feat | New feature or capability | | fix | Bug fix | | refactor | Code change, no behavior change | | docs | Documentation only | | test | Adding or correcting tests | | build | Build system or dependencies | | chore | Maintenance task | | ci | CI/CD configuration | | style | Formatting, whitespace | | perf | Performance improvement |

  1. Generate message: type(scope): description
  • Lowercase type, optional scope
  • Imperative mood, no period, under 72 chars
  • Breaking changes: append ! before :
  • Body only when diff needs extra context (max 3 bullet points)
  1. Stage and commit:
  • git add — prefer explicit files over git add -A
  • git commit -m "type(scope): description"
  • Execute automatically — no confirmation needed

Anti-Rationalization

| Excuse | Rebuttal | What to do instead | |--------|----------|-------------------| | "I'll just use a generic message" | Generic messages make git history useless. | Spend 5 seconds analyzing the diff — the type and scope are obvious from the changes. | | "The user didn't specify a format" | Conventional Commits is the project standard — guard will block non-CC messages anyway. | Always generate CC format. | | "I'll commit everything together" | Unrelated changes in one commit make bisect and revert impossible. | If changes span multiple concerns, suggest splitting first. |

Evidence Required

  • [ ] git status checked before staging
  • [ ] Only relevant files staged (not git add -A blindly)
  • [ ] Message follows type(scope): description format
  • [ ] Type accurately reflects the change (feat ≠ fix ≠ refactor)

Red Flags

  • Vague messages: "update code", "fix stuff", "changes"
  • Wrong type: using feat for a bug fix, fix for a new feature
  • Staging unrelated files
  • Using --no-verify to bypass hooks

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.