What problem does it solve?
When reviewing pull requests in the Open Mercato repository, teams need a consistent way to convert review findings into tracked follow-up issues that correctly reference design specs and apply the right labels. This Skill extends the shared follow-up-issue workflow with repo-specific rules so nothing falls through the cracks.
Core Features & Use Cases
- Spec Detection: Detects design specs in
.ai/specs/ and .ai/specs/enterprise/, recognizing both {YYYY-MM-DD}-{kebab-case-title}.md filenames and legacy SPEC-* / SPEC-ENT-* naming, while ignoring already-implemented specs.
- Enterprise Labeling: Automatically applies the
enterprise category label when a follow-up references a spec under .ai/specs/enterprise/.
- Tracking-Issue Template: Generates issues with a
## Spec section linking the spec path and stating the pickup path via /om-implement-spec or /om-auto-fix-issue.
- Use Case: After merging a PR that partially implements a spec, use this Skill to file a follow-up issue that links the spec, applies correct labels, and tells the next developer exactly which command to run once the spec PR lands on
develop.
Quick Start
Create a follow-up issue from this pull request using the om-followup-issue-from-pr workflow and link any related spec from .ai/specs/.