vivster7/Tidybot - Automated Code Cleanup
Automatically find and remove dead code based on pragma comments. Free scanning, automated cleanup with Claude AI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| claude-api-key | Anthropic API key for automated PR creation (optional - omit for report-only mode) | no | — |
| github-token | GitHub token for creating issues and PRs | no | ${{ github.token }} |
| path | Path to scan for pragma comments (default: repository root) | no | . |
| create-issues | Create GitHub issues for findings in report-only mode | no | true |
| pr-title-prefix | Prefix for PR titles when in automation mode | no | [tidybot] |
| dry-run | Run in dry-run mode (no PRs created even with API key) | no | false |
Outputs
| name | description |
|---|---|
| findings-count | Number of pragma comments found |
| report-url | URL to the created issue or PR |
| mode | Mode the action ran in (report-only or automated) |