Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:25 +08:00
commit e9e626f65a
17 changed files with 1063 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for project-health-auditor skill
- [ ] repo_analyzer.py: Script to analyze the repository and generate a health report.
- [ ] complexity_calculator.py: Script to calculate cyclomatic complexity of files.
- [ ] churn_analyzer.py: Script to analyze git churn patterns.
- [ ] test_mapper.py: Script to map source files to test files.