What problem does it solves?
Writing routine documentation (READMEs, changelogs) and boilerplate test code is repetitive and time-consuming. This Skill automates these tasks, freeing you to focus on core development.
Core Features & Use Cases
- Standard Document Generation: Automatically creates and updates common project documents like
README.md, PROJECTWIKI.md, CHANGELOG.md, and Architecture Decision Records (ADRs) following predefined templates.
- Automated Test Code Writing: Generates comprehensive unit and integration test code for your modules, ensuring high test coverage.
- Codex Validation for Tests: After generating test code, it automatically invokes Codex to validate its quality, completeness, and adherence to best practices.
- Full Automation Mode: In automated workflows, it autonomously approves outlines, documents, and test code, logging all decisions for transparency.
- Use Case: Ask Claude "使用gemini来编写测试文件,测试 src/features.py." The skill will generate the test code, validate it with Codex, and save it, all without manual intervention.
Quick Start
To generate a project README
使用gemini来编写文档,生成项目的 README 文档
To write test code for a module
使用gemini来编写测试文件,测试 src/features.py