Commit worklog guardrails
Skill jukrap/ai-agent-playbook/skills/git/commit-worklog-guardrails
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill commit-worklog-guardrailsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when staging files, writing commits, pushing branches, opening PRs, preparing release notes, or recording worklogs with local-only doc constraints.
SKILL.md
1.1 KB, 178 tokens by cl100k_base, as published. Nobody here has run it
Commit Worklog Guardrails
Primary route: delivery/git-worklog-guardrails.
Protect unrelated changes, local-only files, and verification integrity.
Workflow
- Check branch, remote, upstream, dirty files, and staged files.
- Stage only explicit files related to the task.
- Run project-defined verification and report only commands actually executed.
- Write structured Conventional Commit messages unless the repo proves another convention.
- Suggest a checkpoint commit when a verified logical slice, large diff, many touched files, or mixed concern set would be clearer as a separate commit.
- Push only to the intended remote/branch.
- Write detailed worklogs for milestones, blockers, large direction changes, or long debugging.
Reference
Read references/git-worklog-checklist.md before committing, pushing, writing PR bodies, or creating worklogs.