Skip to content

Commit 72ad8e3

Browse files
committed
chore: add agents/openai.yaml to skills
1 parent bac71c6 commit 72ad8e3

8 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Code Change Verification"
3+
short_description: "Run the required local verification stack"
4+
default_prompt: "Use $code-change-verification to run the required local verification stack and report any failures."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Docs Sync"
3+
short_description: "Audit docs coverage and propose targeted updates"
4+
default_prompt: "Use $docs-sync to audit the current branch against docs/ and propose targeted documentation updates."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Examples Auto Run"
3+
short_description: "Run examples in auto mode with logs and rerun helpers"
4+
default_prompt: "Use $examples-auto-run to run the repo examples in auto mode, collect logs, and summarize any failures."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Final Release Review"
3+
short_description: "Audit a release candidate against the previous tag"
4+
default_prompt: "Use $final-release-review to audit the release candidate diff against the previous release tag and call the ship/block gate."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Implementation Strategy"
3+
short_description: "Choose a compatibility-aware implementation plan"
4+
default_prompt: "Use $implementation-strategy to choose the implementation approach and compatibility boundary before editing runtime code."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "OpenAI Knowledge"
3+
short_description: "Pull authoritative OpenAI platform documentation"
4+
default_prompt: "Use $openai-knowledge to fetch the exact OpenAI docs needed for this API or platform question."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "PR Draft Summary"
3+
short_description: "Draft the repo-ready PR title and description"
4+
default_prompt: "Use $pr-draft-summary to generate the PR-ready summary block, title, and draft description for the current changes."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Test Coverage Improver"
3+
short_description: "Analyze coverage gaps and propose high-impact tests"
4+
default_prompt: "Use $test-coverage-improver to analyze coverage gaps, propose high-impact tests, and update coverage after approval."

0 commit comments

Comments
 (0)