Install
$ agentstack add skill-bradtaylorsf-alphaagent-team-commit-helper ✓ 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 Used
- ✓ 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 Helper Patterns
Reference patterns for creating semantic, conventional commits.
Conventional Commit Format
type(scope): short description
[optional body]
[optional footer]
Co-Authored-By: Claude
Commit Types
| Type | Description | Semver Impact | |------|-------------|---------------| | feat | New feature | MINOR | | fix | Bug fix | PATCH | | docs | Documentation only | - | | style | Formatting, no code change | - | | refactor | Code restructure, no behavior change | - | | perf | Performance improvement | PATCH | | test | Adding/updating tests | - | | chore | Build process, dependencies | - | | ci | CI/CD configuration | - | | build | Build system changes | - |
Rules
Subject Line
- Use imperative mood: "add" not "added" or "adds"
- Start with lowercase
- Maximum 72 characters
- No period at end
Scope (optional)
- Lowercase
- Use component/area name:
auth,api,ui,db - Keep consistent within project
Body (optional)
- Explain what and why, not how
- Wrap at 72 characters
- Separate from subject with blank line
Footer (optional)
- Reference issues:
Closes #123 - Note breaking changes:
BREAKING CHANGE: description
Examples
Feature
feat(auth): add OAuth2 token refresh
Implement automatic token refresh when access token expires.
Uses refresh token stored in secure cookie.
Closes #234
Bug Fix
fix(api): handle null response from external service
The weather API sometimes returns null for temperature.
Added null check with fallback to cached value.
Chore
chore(deps): update dependencies to latest versions
- Updated React to 18.2.0
- Updated TypeScript to 5.3.0
- Updated ESLint to 8.56.0
Pre-Commit Checks
Before committing, verify:
- No secrets: No API keys, passwords, or tokens
- No debug code: No console.log, debugger statements
- No TODOs for critical paths: Address or create ticket
- Tests pass: Run test suite if available
- Lint passes: No linting errors
- Proper staging: Only intended files staged
Anti-Patterns
- "WIP" or "work in progress" commits
- "Fixed stuff" or vague messages
- Mixing unrelated changes in one commit
- Committing generated/build files
- Committing .env or credentials
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bradtaylorsf
- Source: bradtaylorsf/alphaagent-team
- 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.