스킬 정리 및 리팩토링
This commit is contained in:
14
.agents/skills/dev-test-gate/agents/openai.yaml
Normal file
14
.agents/skills/dev-test-gate/agents/openai.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
interface:
|
||||
display_name: "Dev Test Gate"
|
||||
short_description: "Run lint, build, and Playwright smoke tests"
|
||||
default_prompt: "Use $dev-test-gate to run lint, build, and smoke verification before completion."
|
||||
dependencies:
|
||||
tools:
|
||||
- type: "mcp"
|
||||
value: "playwright"
|
||||
description: "Browser smoke test automation"
|
||||
- type: "mcp"
|
||||
value: "next-devtools"
|
||||
description: "Next.js runtime error and route checks"
|
||||
policy:
|
||||
allow_implicit_invocation: false
|
||||
Reference in New Issue
Block a user