deploy
This commit is contained in:
38
skills/issues/SKILL.md
Normal file
38
skills/issues/SKILL.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: issues-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /issues for the issues route group.
|
||||
---
|
||||
|
||||
# issues API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /issues for the issues route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### issues_search
|
||||
|
||||
- Operation ID: `issues_search`
|
||||
- Route: `POST /issues/search`
|
||||
- Mode: WRITE
|
||||
- Summary: Search for an Issue
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### issues_get
|
||||
|
||||
- Operation ID: `issues_get`
|
||||
- Route: `POST /issues/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get an Issue
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### issues_subscribe
|
||||
|
||||
- Operation ID: `issues_subscribe`
|
||||
- Route: `POST /issues/subscribe`
|
||||
- Mode: WRITE
|
||||
- Summary: Subscribe to an Issue
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user