What problem does it solve?
This Skill ensures your repository's configurations, workflows, and conventions are up-to-date and aligned with the upstream kdeldycke/repomatic reference, preventing drift and ensuring best practices.
Core Features & Use Cases
- Workflow Audit: Compares local GitHub Actions workflows against upstream versions, flagging stale action versions, missing workarounds, and incorrect triggers.
- Configuration Audit: Checks various configuration files (
pyproject.toml, renovate.json5, .gitignore, etc.) against upstream standards for consistency and completeness.
- Convention Check: Audits
claude.md for adherence to terminology, version formatting, and typing practices.
- Upstream Contribution Identification: Identifies downstream innovations that could be contributed back to the upstream
repomatic project.
- Use Case: After updating
repomatic, run this audit to ensure your project's CI/CD pipelines and configurations are still optimal and haven't fallen behind on best practices or security updates.
Quick Start
Run the repomatic-audit skill to perform a full audit of your repository against the upstream repomatic reference.