Skillquality 0.46

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). T

Price
free
Protocol
skill
Verified
no

What it does

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, hook commands in the autonomous-dev and autonomous-review SKILL.md frontmatter reference $CLAUDE_PROJECT_DIR/hooks/ and $CLAUDE_PROJECT_DIR/scripts/, but npx skills add places these files inside .claude/skills/. Create symlinks at your project root so the paths resolve:

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

Required Claude Code plugins (add to .claude/settings.json under enabledPlugins):

{
  "enabledPlugins": {
    "code-simplifier@claude-plugins-official": true,
    "pr-review-toolkit@claude-plugins-official": true
  }
}

IDEs without hook support (Cursor, Windsurf, Gemini CLI) don't need symlinks — the skills work without hooks, but workflow steps must be followed manually.

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-shellcheck.shPreToolUseBlocks commits if staged .sh files have shellcheck errors
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

Capabilities

skillsource-zxkaneskill-autonomous-commontopic-agent-skillstopic-ai-agentstopic-ai-code-reviewtopic-autonomous-codingtopic-autonomous-dev-teamtopic-ci-cdtopic-claude-codetopic-claude-code-hookstopic-code-review-automationtopic-codex-clitopic-coding-agentstopic-devops-automation

Install

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 15 github stars · SKILL.md body (2,766 chars)

Provenance

Indexed fromgithub
Enriched2026-04-22 13:03:20Z · deterministic:skill-github:v1 · v1
First seen2026-04-19
Last seen2026-04-22

Agent access