What problem does it solve?
This Skill automates the creation of structured Chinese-format Excel reports from GitHub pull requests by analyzing code reviews with AI, enabling consistent documentation of issues, risks, and improvement suggestions.
Core Features & Use Cases
- Two-phase workflow: Collect PR reviews from GitHub, then apply AI analysis to generate structured problem descriptions and impact analysis.
- Template-based Excel output: Generate reports using a predefined Excel template to preserve formatting, fonts, and styling.
- Flexible filtering: Filter PRs and reviews by date ranges, branches, and reviewers to produce targeted reports for audits or project reviews.
- Use Case: Generate a monthly report for a repository showing review quality, common issues, and key reviewers.
Quick Start
Run the skill with your target repository and time range to produce a Chinese-format Excel PR review report. For example:
python -m your_skill_module --repo <owner>/<repo> --since "last month" --module-name <module> --base master