What problem does it solve?
This Skill automates the generation of accomplishment reports and contribution summaries from git history, reducing manual documentation effort for engineering teams.
Core Features & Use Cases
- Automated Report Generation: Compile commits across multiple repositories into a single, author-focused accomplishments document.
- Impact Classification: Analyze commits to categorize impact (Cost, Performance, Architecture, Quality, DevEx, Infrastructure).
- Timeline & Metrics: Produce a narrative timeline and quantitative statistics (commits, files changed, lines added/deleted) by author and date range.
- Use Case: An engineering manager wants an end-of-quarter report for a senior developer, summarizing contributions, changed files, and notable fixes.
Quick Start
Use machina-doc to generate an accomplishments report for author "dbeal" for the last quarter across all repos in the workspace. The tool will output docs/ACCOMPLISHMENTS_<AUTHOR>.md with an auditable history.