Skip to content

Add Repository Health workflow#34

Merged
alari76 merged 2 commits intomainfrom
feat/repo-health-workflow
Mar 9, 2026
Merged

Add Repository Health workflow#34
alari76 merged 2 commits intomainfrom
feat/repo-health-workflow

Conversation

@alari76
Copy link
Copy Markdown
Contributor

@alari76 alari76 commented Mar 9, 2026

Summary

  • Adds a new repo-health.weekly assessment workflow covering 10 checks across three categories:
    • Maintenance: dead code detection, TODO/FIXME tracking, config drift, license compliance
    • Documentation: API docs freshness, README drift, changelog generation
    • Git hygiene: stale branch cleanup, PR hygiene report, merge conflict forecast
  • Registered in the frontend WORKFLOW_KINDS so it appears in the add/edit workflow UI

Test plan

  • Verify "Repository Health" appears in the workflow kind dropdown when adding/editing a workflow
  • Trigger a manual run against a test repo and confirm report output
  • Verify cron scheduling works for the new workflow kind

🤖 Generated with Claude Code

alari76 and others added 2 commits March 9, 2026 11:39
Comprehensive weekly workflow covering dead code detection, TODO/FIXME tracking,
config drift, license compliance, docs freshness, README drift, changelog generation,
stale branch cleanup, PR hygiene, and merge conflict forecasting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alari76 alari76 merged commit ecf616c into main Mar 9, 2026
2 checks passed
@alari76 alari76 deleted the feat/repo-health-workflow branch March 10, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant