- All maintenance files are in the repository
- Git status shows only the intended files
- Commit message follows conventional commits format
- Branch name is descriptive (e.g.,
maintenance/link-check-fix-2026-03-09)
-
corrected-link-report.md- Link validation results -
maintenance-report.md- Comprehensive summary -
maintenance-plan.md- Updated plan -
link_checker.py- Improved tool -
check_links.py- Markdown-aware checker
-
fix_markdown_links.py- Link formatter -
CONTRIBUTING.md- Contributor guidelines -
CODE_OF_CONDUCT.md- Community standards -
README-link-check.md- Documentation
- Clear title starting with "fix: " or "feat: "
- Summary of what was fixed (all links working)
- List of files added/changed
- Explanation of false positive issue
- Repository health assessment
- Next steps/recommendations
- Link checker runs without errors
- All scripts execute properly
- Markdown files render correctly
- No broken links in new documentation
- PR targets correct base branch (usually
mainormaster) - PR description is complete and professional
- All checkboxes in this list are checked
- Ready for review!
fix: Repository maintenance and link validationfeat: Add maintenance tools and documentationdocs: Add link validation report and maintenance planchore: Update repository maintenance infrastructure
documentationmaintenancetoolsbug-fix(for the false positive issue)enhancement