work-items
Optimize and analyze work items for LLM-assisted development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Optimize and analyze work items for LLM-assisted development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when inspecting .NET assemblies, exploring NuGet package APIs, searching for types across frameworks, comparing API versions, or checking package vulnerabilities. Triggers on "what methods does X have", "find types like Y", "compare versions", "check for vulnerabilities", "explore this package", or any .NET API exploration task.
Apply Ralph Wiggum Method patterns for decomposing tasks into atomic user stories
Suggest documenting significant architectural decisions as ADRs
Work with Azure DevOps Product Backlog Items using az boards CLI
| name | work-items |
| description | Optimize and analyze work items for LLM-assisted development |
| user-invocable | false |
| when_to_use | Use this skill when the user: - Pastes a work item, issue, or ticket from any system - Asks about work item readiness or completeness - Needs to break down a feature into implementation tasks - Wants to optimize content for LLM context windows |
Apply these patterns when working with issues, tickets, or work items from any system (GitHub Issues, Jira, Azure DevOps, Linear, etc.).
Use glob patterns to compress multiple file paths:
| Before | After |
|---|---|
routes/dev-routes.bicep, routes/test-routes.bicep, routes/prod-routes.bicep | routes/{dev,test,prod}-routes.bicep |
src/components/Button.tsx, src/components/Input.tsx | src/components/{Button,Input}.tsx |
external -> internal, HTTP -> HTTPSingress.external = falseOptimize work items into this token-efficient format:
# {ID}: {title}
## Context
{1-2 sentence summary}
## Files
- {file paths with glob patterns}
## Changes
1. {file}: {action}
## Verify
- {non-obvious verification step}
Remove obvious/implicit criteria:
Keep non-obvious verification:
## Task {n}: {brief title}
**Files**: {file(s) to modify}
**Do**:
- {specific action}
**Test**:
- {how to verify}