autonomous-common

Shared infrastructure for the autonomous dev team skills. Provides workflow enforcement hooks (block-push-to-main, block-commit-outside-worktree, check-design-canvas, etc.) and agent-callable utility scripts (mark-issue-checkbox, reply-to-comments, resolve-threads, gh-as-user). This skill is loaded automatically as background context by other autonomous-* skills. Do not invoke directly.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "autonomous-common" with this command: npx skills add zxkane/autonomous-dev-team/zxkane-autonomous-dev-team-autonomous-common

Autonomous Common Infrastructure

Shared hooks and scripts used by the autonomous-dev, autonomous-review, and autonomous-dispatcher skills.

Setup for npx skills add Users

If you installed these skills via npx skills add, create symlinks at your project root so that path references in the other skills resolve correctly:

# From your project root:
ln -sf .claude/skills/autonomous-common/hooks hooks
ln -sf .claude/skills/autonomous-dispatcher/scripts scripts

Then copy and configure .claude/settings.json from the autonomous-dev-team template repository to enable workflow enforcement hooks.

Hooks

Workflow enforcement hooks in hooks/ directory. See hooks/README.md for the full reference.

HookTypePurpose
block-push-to-main.shPreToolUseBlocks direct pushes to main
block-commit-outside-worktree.shPreToolUseBlocks commits outside worktrees
check-design-canvas.shPreToolUseReminds about design canvas
check-code-simplifier.shPreToolUseBlocks commits until code-simplifier review
check-pr-review.shPreToolUseBlocks pushes until PR review
check-test-plan.shPreToolUseReminds about test plan
check-unit-tests.shPreToolUseWarns about unrun unit tests
check-rebase-before-push.shPreToolUseBlocks push if behind origin/main
warn-skip-verification.shPreToolUseWarns about --no-verify
post-git-action-clear.shPostToolUseClears state after git actions
post-git-push.shPostToolUsePost-push CI/E2E reminder
post-file-edit-reminder.shPostToolUseReminds to run tests after edits
verify-completion.shStopBlocks completion until CI/E2E pass

Scripts

Agent-callable utility scripts in scripts/ directory.

ScriptUsed ByPurpose
mark-issue-checkbox.shautonomous-dev, autonomous-reviewMark issue checkboxes as complete
gh-as-user.shautonomous-dev, autonomous-reviewRun gh as real user (not bot)
reply-to-comments.shautonomous-devReply to PR review comments
resolve-threads.shautonomous-devBatch resolve review threads

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

create-issue

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

autonomous-dispatcher

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

autonomous-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

autonomous-dev

No summary provided by upstream source.

Repository SourceNeeds Review