work-items
Optimize and analyze work items for LLM-assisted development
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Optimize and analyze work items for LLM-assisted development
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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}