Generates structured Markdown reports with YAML frontmatter for repository health monitoring, audits, and performance tracking.
This skill enables Claude to perform comprehensive repository health checks and document findings in a standardized, machine-readable format. It creates detailed Markdown reports featuring YAML metadata for various categories including security, performance, and code quality. By organizing data into structured metrics and tables and integrating with Git workflows via a dedicated branch, it allows development teams to maintain a historical record of audits, track project vitals over time, and automate the reporting of scan results directly within their version control system.
主要功能
01Predefined status levels (passing, warning, failing, info) for quick health assessments.
02Standardized YAML frontmatter for machine-readable report metadata and filtering.
03Automated directory-based tagging for organized navigation of health check history.
048 GitHub stars
05Structured content sections for performance metrics, data tables, and free-form Markdown analysis.
06Integrated Git workflow for committing reports to dedicated branches like 'reports'.
使用场景
01Maintaining a code quality log that tracks test coverage and linting results across different modules.
02Conducting periodic security audits and documenting dependency vulnerabilities in a structured table.
03Generating performance reports with Core Web Vitals and comparing them against previous values.