Install
$ agentstack add skill-bnet47-codexicon-ship ✓ 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
Ship
Determine the authorization ceiling from the request before acting:
- Commit only: verify and create the commit, then stop.
- Push: verify, commit when needed, and push the current non-protected branch; do not open a PR.
- Open a PR / ship: verify, commit, push, and open a draft PR.
None of these requests authorizes deployment or unrelated cleanup.
1. Verify
Run the narrowest feature checks plus:
./scripts/lint.sh
./scripts/test.sh
./scripts/security.sh
If a check fails, diagnose and fix only in-scope problems, rerun it, and stop if safe completion needs a product decision or unrelated change. Run the canonical scripts directly so lint/test one-use hook receipts reflect the real result; do not mark verification manually.
For a first production launch or material production change, run $production-readiness before publication. A NOT READY verdict blocks shipping; only the accountable human can accept a named residual risk.
2. Audit the change set
Inspect unstaged, staged, and untracked files. Confirm the diff matches the request, the security gate passed, and there is no accidental generated output or unresolved conflict marker.
Determine the intended base branch and confirm the current branch is not main or another protected branch. Create a scoped branch when needed; never force-push.
3. Review
Run the $review workflow or perform the same acceptance-focused review. Resolve actionable findings and rerun affected verification before committing.
4. Commit intentionally
Stage only files that belong to this request. Use the $conventional-commit format:
type(scope): imperative summary
Keep the subject concise and add a body when motivation or compatibility impact is not obvious. Confirm the resulting commit contains only the intended files.
5. Publish only to the authorized ceiling
If push was requested, push the current branch without force. If a PR or shipping was requested, open a draft pull request with:
- what changed;
- why;
- exact verification results;
- risks, migrations, or follow-up required;
- a concise review checklist.
If the user requested only a commit, skip this step. If a required remote, authentication, or PR tool is unavailable, stop at the last authorized successful step and report the exact blocker. Do not invent a URL or mark the PR ready for review unless the user asked.
6. Report
Return the commit SHA, branch, PR URL when created, verification evidence, and any residual concern. Shipping code does not authorize deployment.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bnet47
- Source: bnet47/codexicon
- License: MIT
- Homepage: https://bnet47.github.io/codexicon/repo-template-playbook.html
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.