Install
$ agentstack add skill-bioinfo-claudelicious-commit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- See what changed.
git statusandgit diff(staged and unstaged). If
nothing is staged, look at the unstaged changes to decide what belongs in this commit.
- 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.
- Stage the files for this commit (
git add), not a blanket
git add -A unless everything genuinely belongs together.
- 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.
- Commit. Show the resulting
git log -1 --statso 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
- Source: BioInfo/claudelicious
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.