project_scan_zombies
Identify implemented but still open issues by cross-referencing code, commits, and issue titles. Returns closure proposals without auto-closing.
Instructions
Scan for zombie issues (implemented but still Open). Cross-references code, commits, and issue titles. Never auto-closes — returns proposals only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| basePath | No | Local codebase path (defaults to current working directory) | |
| excludePaths | No | Directories to exclude from code search | |
| maxIssues | No | Maximum number of open issues to scan | |
| confidenceThreshold | No | Minimum confidence score to include in report (0.0-1.0) |