update-work-item
Update Work Item
Overview
Update progress on an existing work item: change status, record actual effort, add test results, mark related commits, validate dependencies, and add implementation notes as work progresses.
When to Use
Update a work item when:
- Starting work (change status to
in-progress) - Completing implementation (change status to
ready-for-review) - Recording actual hours spent
- Adding related commit hashes
- Logging test results or CI status
- Adjusting estimates based on new information
- Adding implementation notes or blockers
- Validating dependencies before closing
More from squirrel289/pax
resolve-pr-comments
Workflow skill for addressing and resolving pull request review comments systematically
11gh-pr-review
Interact with GitHub pull requests for review, comment management, and merge operations
10process-pr
End-to-end workflow for processing pull requests from review to merge
10copilot-pull-request
Skill for managing GitHub pull requests and issues using Copilot's built-in PR/issue APIs. Provides structured, agent-native operations for review, comment, resolve, and merge workflows.
10pull-request-tool
Unified skill for managing GitHub pull requests and issues. Uses Copilot's native PR/issue APIs when available, and falls back to gh-pr-review CLI otherwise. Ensures maximum compatibility and agent-native features.
10parallel-execution
CRITICAL skill for executing multiple runSubagent calls in a SINGLE function_calls block for true parallelism. Essential for efficient multi-task workflows, subagent coordination, and maximizing throughput.
10