project_backlog_report
Analyze backlog health by detecting zombie issues, untracked TODOs, and stale items, then compute a priority distribution and overall health score from 0 to 100.
Instructions
Generate a comprehensive backlog health report: zombie issues, untracked TODOs, stale issues, priority distribution, and a 0-100 health score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| owner | Yes | GitHub username or organization | |
| projectNumber | Yes | GitHub Project V2 number | |
| basePath | No | Local codebase path (defaults to current working directory) | |
| staleThresholdDays | No | Days without update to consider an issue stale |