Ado Pr Code Review
Perform a security-focused code review on an Azure DevOps PR by URL. Posts inline LOC-level review comments. Checks for PII exposure in public-facing APIs/UI/URLs, missing input validation (XSS/injection), and error response structure (must carry 'code' field). Use when asked to review a PR, code review ado PR, security review pull request, or given an Azure DevOps PR URL.
Tech Plan To Ticket
Fetches a Confluence design review or tech spec page and creates a Jira root ticket with associated subtasks, or adds subtasks to an existing Jira ticket. Use when turning a Confluence page into Jira tickets, creating tasks from a tech plan, breaking down a design review into Jira issues, or at the Tasks phase of the SDD workflow.
Tech Plan To Wiki
Reads local spec-kit artifacts (spec.md, plan.md, requirements.md) and publishes a collaborative design review page to Confluence. Use this at the Plan→Review transition in the spec-kit native SDD workflow to share your technical plan with the team.
Sdd Qa To Ticket
Reads local SDD artifacts (from spec-kit, openspec, or similar tools) and derives BDD QA scenarios, then creates QA sub-tickets under the existing root Jira ticket from Phase 7. Use this as the explicit QA hand-off after a PR is created in the SDD workflow.
Install Atlassian Mcp
Install and configure the Atlassian MCP server (Jira and Confluence) for Claude, GitHub Copilot, or Gemini agents. Supports uvx (recommended) and Docker methods. Use when setting up Atlassian MCP, Jira MCP, Confluence MCP, or asked to install atlassian mcp.
Install Playwright Mcp
Install and configure the Playwright browser-automation MCP server for Claude, GitHub Copilot, or Gemini agents. Use when setting up Playwright MCP, browser automation, web testing tools, or asked to install playwright mcp.
Goal Checkpoint
General-purpose goal tracking with automatic checkpoint/resume support. Commits current state and writes a GOAL_STATE.md snapshot when context usage approaches 90%, ensuring the next session can fully restore and continue the work.
Sdd Qa To Jira
Reads local spec-kit artifacts and derives BDD QA scenarios, then creates QA sub-tickets under the existing root Jira ticket from Phase 7. Use this as the explicit QA hand-off after a PR is created in the spec-kit native SDD workflow.
Prd To Sdd Spec
Fetches an external PRD from Confluence or from a Jira ticket that links to a PRD wiki, and transforms it into a structured local source file that the RD can reference when running SDD tools like spec-kit specify or openspec. Bridges the PO handoff into the SDD workflow.
Sync Skills
>
Install External Skills
Interactive multi-select installer for external agent skill registries. Reads project-config.md to derive best-fit skills for the project, fetches latest version info from GitHub, and installs selected skills via npx. Supports supabase/agent-skills, vercel-labs/agent-skills, and antonbabenko/terraform-skill. Use when asked to install external skills, browse skill registries, or add community skil…
Setup Project Config
One-time setup skill that generates .agent-settings/project-config.md by scanning the codebase and prompting for Confluence and Jira details. Run this before using other Atlassian skills. Use when setting up skills for the first time, configuring Confluence/Jira integration, or asked to init/recalibrate project config.
Btw
Reads graphify-out/graph.json and appends a timestamped knowledge snapshot to KNOWLEDGE_SUMMARY.md in the project root. Entries are always appended, never overwritten — building a chronological evidence log of knowledge graph states. Use after /graphify-monitor has built a graph to record what the graph currently knows.
Git Stale Branch Cleanup
Scans remote origin branches behind the base branch, filters by staleness threshold, generates a per-branch scan report with intent analysis and Jira detection, then optionally deletes remote branches and prunes local counterparts. Dry-run mode reports without deleting. Use when cleaning up stale branches, pruning old feature branches, or asked to remove merged/abandoned branches.
Graphify
Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, call graph) from 12 languages via tree-sitter. Trigger: /graphify
Symlink Worktree Ignored Files
Interactively guides the user to select a target git worktree, then symlinks all git-ignored files and directories from the current worktree to the target. Use when setting up a new worktree, sharing .env files across worktrees, or asked to symlink ignored files to another worktree.
Git Commit Conventional Strict
Strict Conventional Commits generator optimized for git-cliff, with SemVer and Emoji support. Use when committing code changes, writing commit messages, or when asked to commit with conventional format, semantic versioning, emoji commits, or gitmoji.
Generate Pr Notes
Automatically generate pull request notes based on git changes. Analyzes commits or branch diffs and creates comprehensive PR descriptions with a title, summary, changes, technical details, and breaking changes. Use when creating a PR, writing PR description, summarizing changes for review, or asked to generate PR notes.
Graphify Monitor
Installs graphify, builds an initial knowledge graph of the current project, then spawns a background subagent that runs graphify auto-update every 120 seconds and prints newly-discovered symbols to the terminal. Use when monitoring a project for structural changes during active development by another coding agent. Supports "stop" argument to terminate the background loop.
Ado Pr Resolve Comments
Read active review comments on an Azure DevOps PR and resolve them by applying the suggested fixes with user consent. Trivial fixes are shown as before/after diffs for quick approval. Non-trivial changes produce a refactoring plan for user review before execution. Companion to ado-pr-code-review. Use when asked to resolve PR comments, apply review suggestions, fix PR feedback, or address code rev…
Install Azure Devops Mcp
Install and configure the Azure DevOps MCP server for Claude, GitHub Copilot, or Gemini agents. Use when setting up Azure DevOps MCP, ADO MCP, work items, repos, pipelines, sprints, wikis, or asked to install azure devops mcp.
Git Rebase Conflict Resolver
Interactive git rebase conflict resolver with Dry-run, Progressive, and Auto modes. Dry-run predicts conflict paths without touching the branch. Progressive mode is interactive per-conflict. Auto mode resolves autonomously then presents an audit report for approval or rollback. All modes generate a report. Use when rebasing branches, resolving merge conflicts, or asked to help with git rebase.