بنقرة واحدة
docs-lint
Check documentation quality and consistency across the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check documentation quality and consistency across the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Provides expertise in the message package architecture for building CloudEvents-based pipelines in gopipe. Apply when working with the message package, Engine, Router, Handler, Matcher, or designing event-driven systems.
Add an entry to the CHANGELOG under [Unreleased]. Usage: /changelog TYPE DESC (e.g. /changelog Added support for Redis adapter)
Create a new Architecture Decision Record. Usage: /create-adr TITLE (e.g. /create-adr add-redis-adapter)
Create a new feature branch from develop. Usage: /create-feature NAME (e.g. /create-feature message-validation)
Create a new implementation plan document. Usage: /create-plan TITLE (e.g. /create-plan redis-adapter)
Provides Go development standards and best practices for the gopipe codebase. Apply when writing or reviewing Go code: testing patterns, godoc, error handling, API conventions, and common anti-patterns to avoid.
| name | docs-lint |
| description | Check documentation quality and consistency across the project. |
| allowed-tools | ["Bash","Read","Glob","Grep"] |
Run the documentation lint procedure: @../docs/procedures/documentation.md
Execute each step and report issues found:
docs/, verify targets existdocs/adr/*.md files with docs/adr/README.md entries; check status consistencydocs/procedures/*.md with docs/procedures/README.md[Unreleased] section exists, version sections have dates, no duplicatesdocs/plans/*.md (active) and docs/plans/archive/*.md with docs/plans/README.mdOutput a summary report:
Documentation Lint Report
=========================
[ ] Broken links: X found
[ ] ADR index: X missing, X stale
[ ] Procedures index: X missing, X stale
[ ] CHANGELOG: OK / Issues
[ ] Plans index: X missing, X stale
List specific issues with file paths so they can be fixed.