workitem Skill
Read an ADO or GitHub work item, research similar past PRs, implement the fix, and leave the branch ready for /create-pr. Published by microsoft in powerplatform-build-tools.
What is workitem Skill?
Read an ADO or GitHub work item, research similar past PRs, implement the fix, and leave the branch ready for /create-pr. Published by microsoft in powerplatform-build-tools. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use workitem Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/powerplatform-build-tools
- Skill file: .claude/skills/workitem/SKILL.md
What it does
Read an ADO or GitHub work item, research similar past PRs, implement the fix, and leave the branch ready for /create-pr.
Skill instructions
Work Item — Read, Triage, and Implement Use this skill to read an ADO or GitHub work item, understand its impact on this codebase, research similar past PRs and work items, then implement and leave the branch ready for /create-pr. Invoke as: /workitem <url-or-id Zero user input required. Research first, implement second — never skip the research phase. --- Step 0 — Sync knowledge if stale Before researching or implementing, ensure the knowledge base is current. bash grep " Last sync" memory/ado-knowledge.md 2/dev/null | tail -1 - If last sync was ≤ 7 days ago: skip, proceed to Step 1 - If last sync was 7 days ago or file missing: run /knowledge-sync inline now, then continue This ensures known patterns, confirmed fixes, and accepted risks are up to date before you base any implementation on them. --- Step 1 — Fetch the work item GitHub issue: bash gh issue view <number 2&1 gh issue view <number --comments 2&1 ADO work item (requires az CLI): bash az boards work-item show --id <id 2&1 I
Explore related resources
Frequently asked questions
What is workitem?
workitem is a open-source AI agent skill with Copy skill directory. Read an ADO or GitHub work item, research similar past PRs, implement the fix, and leave the branch ready for /create-pr.
Who is workitem best for?
workitem is best for reusing agent instructions, scripts, and references, research workflows.
How do I install workitem?
Install or run workitem using Copy skill directory. Check workitem for the latest setup command.
Is workitem actively maintained?
workitem may need a closer maintenance check before production use.
Auto-fetched from GitHub.