Loading...
Loading...
Generates reports by aggregating project progress by status, priority, and size. A read-only skill that outputs completion rates and breakdowns of incomplete items by priority in tabular format. Use with commands like "Show progress", "Project report", "What's the completion rate?", "Number of items by status".
npx skill4agent add fandhe-ai/agent-cli-skills project-view-statusghprojectgh project view <number> --owner <owner> --format jsongh project item-list <number> \
--owner <owner> \
--limit 999 \
--format jsongh project field-list <number> \
--owner <owner> \
--format json## Project Progress Report: <Title>
**Last Updated:** YYYY-MM-DD HH:MM
### Overall Progress
- Total Items: N
- Completion Rate: XX% (N/M)
- In Progress: N
- In Review: N
- Not Started: N
### By Status
| Status | Count | Percentage |
|--------------|-------|------------|
| Done | N | XX% |
| In Review | N | XX% |
| In Progress | N | XX% |
| Todo | N | XX% |
### By Priority (Incomplete Only)
| Priority | Count | In Progress | Todo |
|----------|-------|-------------|------|
| High | N | N | N |
| Medium | N | N | N |
| Low | N | N | N |
### By Size (Incomplete Only)
| Size | Count |
|------|-------|
| XL | N |
| L | N |
| M | N |
| S | N |
| XS | N |--limit 999GIT_SSL_NO_VERIFY=1GIT_SSL_NO_VERIFY=1gh project item-listdocs/sandbox-tls.md