Agent Skills
› open-mercato/open-mercato
› om-prepare-issue
om-prepare-issue
GitHubOpen Mercato仓库本地的Issue准备技能,扩展了共享版本。支持企业级规范编写、跨目录重复检查、合规审查及实施路径追踪,确保需求规格文档的规范性和唯一性。
Trigger Scenarios
需要创建新的软件需求规格说明书时
需要检查是否存在重复的需求规格时
需要将需求纳入企业级商业范围时
Install
npx skills add open-mercato/open-mercato --skill om-prepare-issue -g -y
SKILL.md
Frontmatter
{
"name": "om-prepare-issue",
"description": "Open Mercato repo-local extension of the shared `om-prepare-issue` skill (installed from open-mercato\/skills into .agents\/skills\/). Adds the --enterprise spec scope, duplicate-spec checks across both spec trees, and the om-implement-spec\/om-auto-fix-issue pickup path."
}
Prepare Issue — Open Mercato extension
This file extends the shared om-prepare-issue skill from open-mercato/skills (installed at .agents/skills/om-prepare-issue/SKILL.md). Follow the shared workflow with these repo specifics:
--enterprise(optional argument): write the spec under.ai/specs/enterprise/(commercial scope) instead of the default.ai/specs/; the spec PR then also carries theenterprisecategory label.- Duplicate check: before writing, check both
.ai/specs/and.ai/specs/enterprise/for an existing spec covering the same area — extend or supersede instead of duplicating, confirming direction with the user. Skim.ai/lessons.mdfor known pitfalls in the area. - Spec methodology: the repo-local
om-spec-writingskill (.ai/skills/om-spec-writing/SKILL.md) applies in full, including the compliance-review gate and OM spec template. - Tracking issue: state the pickup path —
/om-implement-specfor the spec implementation (or/om-auto-fix-issuefor a scoped bug), actionable only after the spec PR is merged intodevelop.
Version History
- c915d76 Current 2026-07-24 20:43


