workitem

Read, triage, and implement fixes for GitHub or ADO work items.

298|70|Updated Nov 4, 2020
One-click install
npx skills add https://github.com/microsoft/powerplatform-build-tools --skill workitem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workitem
Source: https://github.com/microsoft/powerplatform-build-tools/tree/main/.claude/skills/workitem
Command: npx skills add https://github.com/microsoft/powerplatform-build-tools --skill workitem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read an ADO or GitHub work item, research similar past PRs, implement the fix, and leave the branch ready for /create-pr.

Core Features & Use Cases

  • Read and triage a work item from GitHub or Azure DevOps to understand its impact on the codebase.
  • Research past PRs and related work items to reuse proven solutions.
  • Implement the required fix and prepare a PR-ready branch for /create-pr.
  • Sync knowledge base when necessary to ensure up-to-date patterns.

Quick Start

Provide a GitHub issue number or URL to start the end-to-end work item workflow and invoke with /workitem <url-or-id>.

Frequently Asked Questions about workitem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing GitHub issues and Azure DevOps work items end-to-end?

To automate fixing GitHub issues and Azure DevOps work items, this Skill reads, triages, and implements fixes while preparing a PR-ready branch. It researches similar past PRs before coding to apply proven solutions.

Can I research past pull requests before implementing a work item fix?

Yes, you can research past pull requests before implementing a work item fix. The Skill analyzes similar past PRs and related work items to reuse established solutions and maintain consistency with project conventions.

Does this work item automation tool support Power Platform Build Tools codebases?

Yes, this work item automation tool supports codebases managed in the Power Platform Build Tools ecosystem. It handles issues from both GitHub and Azure DevOps, ensuring branch preparation aligns with project conventions.

What is the best way to prepare a PR-ready branch after triaging an ADO work item?

The best way to prepare a PR-ready branch after triaging an ADO work item is invoking the end-to-end workflow with your work item ID or URL. It performs impact analysis, implements the fix, and leaves the branch ready for /create-pr.

How do I sync my knowledge base when researching similar work items?

To sync your knowledge base when researching similar work items, the end-to-end workflow automatically synchronizes necessary patterns during triage. This ensures up-to-date patterns are applied when implementing fixes.

Why does branch preparation require impact analysis for GitHub issues?

Branch preparation requires impact analysis for GitHub issues to understand potential effects on the codebase before coding. This ensures the implemented fix and resulting PR-ready branch remain consistent with project conventions.