JacobPEvans
UserMy custom claude code (hopefully agentsmd soon) plugins for when I've scoured the interwebs and all the existing CC marketplaces but couldn't find anything good enough.
Categories
Indexed Skills (33)
finalize-pr
Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.
resolve-pr-threads
Orchestrates resolution of GitHub PR review threads AND reads recent non-thread PR comments (top-level + review bodies) by grouping related feedback, processing each group sequentially inline with superpowers:receiving-code-review, and resolving threads via GraphQL. Use when you need to batch-process review feedback to unblock a PR merge.
ship
Commit, push, create PR(s), and auto-finalize — full automation pipeline. Handles uncommitted changes and recently created PRs. Never merges.
squash-merge-pr
Squash-merge a PR into main. Invoke only when the user explicitly requests a squash merge. Single PR by number or current branch.
trigger-ai-reviews
Use when asked to "trigger AI reviews", "request AI re-reviews", "get Claude/Gemini/Copilot to review my PR", "re-review this PR", or trigger review-request comments on a PR. Triggers all three AI reviewers by default, or specific ones when named.
auto-maintain
Autonomous maintenance orchestrator that continuously finds and dispatches work
delegate-to-ai
Route tasks to external AI models via Bifrost and PAL MCP multi-model tools
code-quality-standards
Use when writing or reviewing code and documentation
github-workflow-security-patterns
Canonical security patterns for GitHub Actions workflows
git-workflow-standards
Use when managing branches, resolving merge conflicts, syncing with main, or working with worktrees
pr-standards
Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues
sync-main
Update main from remote and merge into current or all PR branches
troubleshoot-precommit
Troubleshoot pre-commit hook failures and auto-fixes
troubleshoot-worktree
Troubleshoot git worktree, branch, and refname issues
wrap-up
End-of-session handler that first checks whether the current session's plan is actually complete. If complete: refresh repo, run quick retrospective, clean gone branches, and emit a forward-looking follow-up prompt. If incomplete: skip cleanup and emit one or more `cd`-into-worktree blocks paired with ready-to-paste resume prompts so the unfinished work can be picked up cold in a new session.
gh-cli-patterns
Canonical reference for all gh CLI command shapes used by skills in this plugin. Defines the placeholder convention, allowed --json fields, GraphQL fallback rules, -f/-F/--raw-field flag semantics, the PR-readiness gate, code-scanning alert query, review-thread fetch/count/resolve mutations, and heredoc bodies. Prevents Unknown JSON field errors and divergent query shapes.
rebase-pr
Local rebase-merge workflow for pull requests with signed commits
refresh-repo
Check PR merge readiness, sync local repo, cleanup stale worktrees; optional cross-repo sweep and stale-branch prune modes
orchestrate-infra
Master orchestrator for cross-repo infrastructure with dependency graph dispatch
test-e2e
End-to-end infrastructure pipeline validation across Terraform and Ansible repos
agentsmd-authoring
Use when editing agentsmd files, creating skills/agents/rules, or working in ai-assistant-instructions
skills-registry
Use when looking up available tools, skills, commands, agents, or plugins
token-breakdown
Analyze current Claude Code session token usage via Splunk. Shows per-model, per-tool, and subagent token breakdown with cache efficiency metrics.
codeql-permission-classification
Permission requirements for GitHub Actions
troubleshoot-rebase
Diagnose and recover from git rebase failures
quick-add-permission
Quickly add always-allow permissions to all AI tool permission lists
sync-permissions
Merge local AI permission settings into repository-wide permissions
validate-readme
Validate all README files in the repository for required sections and installation code blocks. Checks section presence using config from .readme-validator.yaml or sensible defaults. Badge URL reachability is checked on-demand via WebFetch.
shape-issues
Shape raw ideas into actionable GitHub Issues using Shape Up methodology
sync-inventory
Export Terraform inventory and distribute to Ansible repositories
infrastructure-standards
Use when editing Proxmox/Terraform/Ansible inventory — VMID/IP assignment ranges and the Terraform-to-Ansible inventory contract.
workspace-standards
Use when setting up or managing multi-repo workspaces
review-standards
Use when performing formal code review on PRs
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.