Azure DevOps integration for work item management, PR publishing, iterative PR tending, autonomous work item implementation, and autonomous backlog processing. Orchestrates development methodology skills via the development plugin.
Autonomously babysit an Azure DevOps PR — fix builds, tests, coverage, and review comments on a polling loop
Conversational wizard to turn rough requirements into a well-structured Azure DevOps work item. Asks clarifying questions, resolves area path and team, and creates the item after user confirmation.
Publish local changes as an Azure DevOps PR with a linked work item
Autonomously process all assigned Azure DevOps work items in the current sprint — classifies, plans, implements, and babysits PRs using parallel agents.
Pick up an Azure DevOps work item — first run analyzes the problem and posts an implementation plan to the work item for review. Subsequent runs incorporate feedback or execute the approved plan autonomously, publishing a PR when done.
Executes a single babysit-pr iteration — fixes build breaks, test failures, coverage gaps, and review comments, then self-reviews, builds, tests, commits, and pushes.
Manages Azure DevOps workflows end-to-end — work items, pull requests, sprints, and team coordination.
Monitors an Azure DevOps pull request, addresses reviewer feedback, fixes build failures, and pushes updates until the PR is ready to merge.
This skill should be used when the user asks to "babysit a PR", "babysit my pull request", "monitor my PR", "watch my pull request", "keep my PR green", "fix PR build failures automatically", "handle PR review comments", or wants autonomous Azure DevOps PR monitoring that fixes build breaks, test failures, code coverage gaps, and review comments on a polling loop.
Conversational wizard that turns rough requirements into well-structured Azure DevOps work items. Asks clarifying questions one at a time, helps determine work item type, area path, team assignment, and sprint, then previews the item for confirmation before creating it. Use when the user says "draft a work item", "I have a rough requirement", "help me write a bug report", "turn this into a user story", or provides unstructured requirements and wants an ADO work item created.
Azure DevOps mention and reference syntax — #ID for work items, !ID for PRs, @alias for users, AB#ID for cross-platform, state transition keywords, bot comment prefix, PR description template. Invoke before writing any content to Azure DevOps (PR descriptions, comments, work item updates, wiki pages).
Publish local changes as an Azure DevOps pull request — analyzes commits, creates or links a work item (bug, task, or user story), pushes the branch, composes a PR description, and optionally tends to reviewer feedback and build failures until the PR is merged.
Manage Azure DevOps work items — create, update, query, and organize
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated marketplace of plugins for Claude Code, extending capabilities with custom skills, agents, commands, and tool integrations.
Add the marketplace to Claude Code:
/install-plugin https://github.com/gautam-achieveai/ClaudePlugins.git
Azure DevOps integration — work item management, PR publishing, iterative PR tending, autonomous work item implementation, and backlog processing.
Skills: ado-work-on, ado-publish-pr, ado-babysit-pr, ado-work-my-backlog, ado-draft-work-item, ado-pr-tender
GitHub integration — issue/project management, PR publishing, iterative PR tending, issue-driven implementation, and backlog processing.
Skills: gh-work-on, gh-publish-pr, gh-babysit-pr, gh-work-my-backlog, gh-pr-tender
Development methodology toolkit — design-first brainstorming, autonomous design (with review-planning and implementation-handoff steps), TDD, parallel subagent-driven execution with review gates, and evidence-based completion verification.
Skills: brainstorming, autonomous-design, test-driven-development, subagent-driven-development, verification-before-completion
Code review toolkit with specialized agents for duplicate detection, EUII leak scanning, exception handling review, test coverage review, design simplification, code simplification, over-engineering / scope-creep detection, architecture review, performance review, schema and wire-contract compatibility review (forward/backward compat, rollout sequencing, serializer asymmetry, DB migration footguns), feature-flag rollout review (blast-radius and reversibility), severity grading quality gate, log review, and PR work item context gathering. Includes review-pr command automation, structured PR comment publishing, and batch PR review orchestration with persistent tracking.
Skills: pr-review, post-pr-review, pr-context, review-pending-prs, update-pr-tracking, codebase-search-discipline, over-engineering-review, schema-compatibility-review
Evidence-based developer performance reviews over weeks/months. Analyzes git history, PRs, ADO work item context, bug patterns, and code quality. Auto-detects primary branch, two-dataset model (all work vs landed work), 6-dimension assessment framework.
Skills: developer-performance-review
Microsoft Orleans patterns, best practices, and code review for virtual actor model applications — grain design, concurrency, cross-grain communication, streams, and serialization.
Skills: orleans-patterns, orleans-code-review
Zero-warning builds through systematic warning elimination, code formatting (ReSharper, Roslynator, dotnet format), and NuGet package version validation.
Skills: clean-builds
Log-first debugging methodology using structured JSONL logs queried with DuckDB. Includes logging enablement for codebases, logging compliance review with calibrated Trace-coverage recommendations for AI-assisted debugging, and systematic root-cause debugging.
Skills: debug-with-logs, logging-enablement, systematic-debugging
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (8 plugins)
├── ado/ # Azure DevOps integration
├── gh/ # GitHub integration
├── development/ # Dev methodology (brainstorming, TDD, etc.)
├── code-reviewer/ # PR code review toolkit
├── developer-performance-review/ # Developer performance reviews
├── orleans-dev/ # Orleans patterns & review
├── clean-builds/ # Zero-warning builds
├── debugging/ # Log-first debugging
├── scratchpad/ # Research and development notes
└── README.md # This file
Each plugin follows the standard structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, version, description)
├── skills/
│ └── skill-name/
│ ├── SKILL.md # Skill entrypoint
│ ├── references/ # On-demand reference docs
│ └── scripts/ # Automation scripts
├── agents/ # Subagent definitions (optional)
├── commands/ # Slash commands (optional)
└── README.md
.claude-plugin/plugin.json with name, description, version.claude-plugin/marketplace.jsonThis marketplace is MIT licensed. Individual plugins may have their own licenses.
Workspace-agent skills for sandboxed task execution: bootstrap workspace memory, use scripts for repeatable work, maintain task state, and understand sandbox auth/context boundaries.
GitHub integration for issue/project management, PR publishing, iterative PR tending, issue-driven implementation, and backlog automation. Orchestrates development methodology skills via the development plugin.
Development methodology toolkit: design-first brainstorming, autonomous design with review-planning and implementation-handoff steps, test-driven development, parallel subagent-driven execution with review gates, and evidence-based completion verification. Includes planning, execution, and git workflow reference guides.
Microsoft Orleans patterns, best practices, and code review for virtual actor model applications — covers grain design, concurrency, cross-grain communication, streams, and serialization.
Code review toolkit with specialized agents for duplicate detection, EUII leak scanning, exception handling review, test coverage review, design simplification, code simplification, over-engineering / scope-creep detection, architecture review, performance review, schema and wire-contract compatibility review, severity grading quality gate, log review, and PR work item context gathering. Includes a review-pr command that auto-detects tech stack and publishes findings to Azure DevOps.
npx claudepluginhub gautam-achieveai/claudeplugins --plugin adoAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams