Agent skill
github-issue-tracker-3-automated-progress-updates
Sub-skill of github-issue-tracker: 3. Automated Progress Updates (+5).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/github/github-issue-tracker/3-automated-progress-updates
SKILL.md
3. Automated Progress Updates (+5)
3. Automated Progress Updates
// Update issue with progress from swarm memory
action: "retrieve",
key: "issue/54/progress"
})
// Store progress
action: "store",
key: "issue/54/latest_update",
value: JSON.stringify({
*See sub-skills for full details.*
## Completed Tasks
- Architecture review completed
- Dependency analysis finished
- Integration testing verified
## Current Status
- Documentation review in progress
- Integration score: 89% (Excellent)
## Next Steps
- Final validation and merge preparation"
4. Search and Coordinate Related Issues
# Search related issues
gh issue list --repo owner/repo --label "integration" --state open --json number,title,labels
# Update issue with milestone
gh issue edit 54 --milestone "v1.0.0"
# Add labels
gh issue edit 54 --add-label "in-progress"
# Transfer issue
gh issue transfer 54 owner/new-repo
5. Batch Issue Operations
[Single Message - Issue Lifecycle Management]:
// Initialize issue coordination swarm
// Create multiple related issues
Bash(`gh issue create --repo owner/repo \
--title "Feature: Advanced GitHub Integration" \
--body "Implement comprehensive GitHub workflow automation..." \
--label "feature,github,high-priority"`)
*See sub-skills for full details.*
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?