@@ -44,7 +44,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
4444
4545- ** Badges**
4646 - Read [references/badges.md](references/badges.md) before drafting the badge block.
47- - For current Fast Forward packages, default to this order: PHP Version, Composer Package, Tests, Coverage, Docs, License, GitHub Sponsors.
47+ - For current Fast Forward packages, default to this order: PHP Version, Composer Package, Tests, Coverage, Metrics, Docs, License, GitHub Sponsors.
4848 - Add a second standards row for relevant PSRs when the package contract is centered on them.
4949 - Keep Packagist visible both in the badge block via `Composer Package` and in the links section.
5050
@@ -54,6 +54,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
5454 [](https://packagist.org/packages/fast-forward/component)
5555 [](https://github.com/php-fast-forward/component/actions/workflows/tests.yml)
5656 [](https://php-fast-forward.github.io/component/coverage/index.html)
57+ [](https://php-fast-forward.github.io/component/metrics/index.html)
5758 [](https://php-fast-forward.github.io/component/index.html)
5859 [](LICENSE)
5960 [](https://github.com/sponsors/php-fast-forward)
@@ -169,6 +170,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
169170 ## 🔗 Links
170171 - [Repository](https://github.com/php-fast-forward/component)
171172 - [Packagist](https://packagist.org/packages/php-fast-forward/component)
173+ - [Metrics Report](https://php-fast-forward.github.io/component/metrics/index.html)
172174 - [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119)
173175 - [PSR-11](https://www.php-fig.org/psr/psr-11/)
174176 - [Sphinx Documentation](docs/index.rst)
@@ -205,7 +207,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
205207
206208## Quick Review Checklist
207209- [ ] Project title and short description
208- - [ ] Badges follow the current Fast Forward stack: PHP Version, Composer Package, Tests, Coverage, Docs, License, GitHub Sponsors, plus relevant standards badges
210+ - [ ] Badges follow the current Fast Forward stack: PHP Version, Composer Package, Tests, Coverage, Metrics, Docs, License, GitHub Sponsors, plus relevant standards badges
209211- [ ] Features (bulleted, with emoji)
210212- [ ] Installation (composer, requirements)
211213- [ ] Usage (basic and advanced)
@@ -217,7 +219,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
217219- [ ] FAQ (if relevant)
218220- [ ] License
219221- [ ] Contributing
220- - [ ] Links (repository, Packagist, docs, RFCs, PSRs)
222+ - [ ] Links (repository, Packagist, docs, metrics, RFCs, PSRs)
221223- [ ] Comparison table (if relevant)
222224- [ ] Formatting and style guidelines followed
223225- [ ] SEO/discoverability (keywords, cross-links)
0 commit comments