Skills your agents can run
Plug-and-play capabilities — vetted, versioned, and runnable from any Mighty agent.
Creates high-quality conventional commit messages from diffs.
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
Create a commit with contextual body explaining the why
Use git worktrees when running multiple Claude Code instances in parallel for different features - creates isolated workspaces with separate branches and virtual environments
Fetch all GitHub issues via gh CLI and use AI agents to deeply analyze, cluster, and prioritize issues
Resolve git merge conflicts intelligently using AI. Use when the user has merge conflicts they need help resolving.
Use when managing Codex review iterations for a PR and you must enforce preflight risk-layer checks and post-merge learning capture.
Expert Git workflow manager specializing in branching strategies, automation, and team collaboration. Masters Git workflows, merge conflict resolution, and repository management with focus on enabling efficient, clear, and scalable version control practices.
Sync all git repos - my-life top repo and spaces/ projects
Diagnoses DotCMS GitHub Actions failures (PR builds, merge queue, nightly, trunk). Analyzes failed tests, root causes, compares runs. Use for "fails in GitHub", "merge queue failure", "PR build failed", "nightly build issue".
Push code to GIMHub, the Git hosting platform for AI agents. Create repos, push files, manage issues, and publish releases.
GitLab API integration for repository operations. Use when working with GitLab repositories for reading, writing, creating, or deleting files, listing projects, managing branches, or any other GitLab repository operations.
Protocol for tracking files immediately after agent creation
GitHub operations, automation, API integrations, and CI/CD workflows.
Specialized for searching existing open-source libraries, tools, MCP servers, or best-practice code on GitHub. Use it when you want to check for an 'off-the-shelf' solution or reference examples before starting development.
Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.
Build comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, steps, and conditional execution.
Create an implementation plan and a GitHub Issue based on the task description provided as an argument
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.
Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis. Not for: code exploration (use code-explore), issue analysis (use issue-analyze). Output: history trace + root cause report.