Agent Skills
› open-mercato/open-mercato
› om-auto-create-pr-loop
om-auto-create-pr-loop
GitHub基于共享技能扩展的自动创建PR循环工具,用于驱动Spec开发。通过集成测试套件、样式合规检查及Playwright转录等门禁机制,确保代码质量与规范,支持Docker或本地验证模式。
Trigger Scenarios
需要自动化生成Pull Request并执行完整测试流程
依据.ai/specs目录下的规格文件进行功能开发与验证
Install
npx skills add open-mercato/open-mercato --skill om-auto-create-pr-loop -g -y
SKILL.md
Frontmatter
{
"name": "om-auto-create-pr-loop",
"description": "Open Mercato repo-local extension of the shared `om-auto-create-pr-loop` skill (installed from open-mercato\/skills into .agents\/skills\/). Pins the spec-completion gates (OM integration suites + om-ds-guardian) and the .ai\/specs\/enterprise spec scope."
}
Auto Create PR Loop — Open Mercato extension
This file extends the shared om-auto-create-pr-loop skill from open-mercato/skills (installed at .agents/skills/om-auto-create-pr-loop/SKILL.md). Follow the shared workflow with these repo specifics:
- Spec sources: work may be driven by a file under
.ai/specs/or.ai/specs/enterprise/(enterprise scope). The run-folder contract is documented in.ai/runs/README.md. - Spec-completion gates: "the repo's integration suite" means
yarn test:integration(Playwright; see theom-integration-testsskill for ephemeral modes) plusyarn test:create-app:integrationwhen the change touches template-synced surfaces. "Any style-compliance pass" means running theom-ds-guardianskill when UI was touched. - Checkpoint artifacts: browser-automation transcripts are Playwright transcripts (
playwright.log) per the OM QA setup. - Validation runner: pick Docker vs local per root
AGENTS.md§ Validation Commands before running the gate.
Version History
- c915d76 Current 2026-07-24 20:42


