generate-changelog
Guidelines for documenting work in a changelog artefact after implementing and verifying work
read-github-issue
GitHub Issueの内容を取得します。ghコマンドを使用してIssueのタイトル、本文、コメント、ラベル、アサイン情報などを取得します。
github-pr-manager
Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
worktree-manager
Manage git worktrees for isolated issue work. Create, list, and remove worktrees safely.
git-squash-commits
Squash multiple git commits into a single commit with an auto-generated comprehensive commit message based on the changes made.
cc-mcp-executor-skill
GitHub repository skill for mcfearsome/cc-mcp-executor-skill
land-branch
Land a feature branch: pull from main, rebase the branch, create a PR, and merge it via rebase with automatic branch deletion. Use when ready to land a completed feature branch.
gh-address-comments
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
validating-setup-commands
Use before creating worktrees or executing tasks - validates that CLAUDE.md defines required setup commands (install, optional postinstall) and provides clear error messages with examples if missing
github-authenticator
Verify and troubleshoot GitHub CLI authentication. Use when gh commands fail with auth errors or when setting up GitHub integration for the first time.
dev-swarm-project-restore
Restore a project from 99-archive, a remote git repo, or a local codebase back to the workspace root, including reconstructing missing docs, stages, and sprints. Use when the user asks to resume work on an existing project.
pr-review-from-comments
Converts "AI" comments in local files into Github PR review comments
fetching-pr-comments
Use when needing to check PR review comments on current branch, before addressing reviewer feedback, or when asked to fetch/review PR comments
service-mesh-observability
Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.
plexus-classifier-guidelines-management
The format for guidelines documents for Plexus scorecard scores and the validation tool.
metrics-pipeline-builder
Build metrics collection pipelines using Prometheus, Grafana, and custom exporters
distributed-tracing-setup
Configure distributed tracing with Jaeger, Zipkin, or Datadog for microservices observability
log-aggregation-configurator
Set up centralized logging with ELK, Loki, or Splunk for log management
worker-protocol
Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation.