ワンクリックで
openapi-provisioner
Discover the repo provisioner API via its OpenAPI spec.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Discover the repo provisioner API via its OpenAPI spec.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check if an issue has all required information for action
Search for and identify duplicate issues in a repository
Coordinate triage of a GitHub issue by orchestrating sandboxed analysis subagents and applying labels
Verify whether a reported bug is reproducible by inspecting the codebase
Step-by-step procedure for implementing a GitHub issue. Gathers context, discovers repo conventions, plans the change, implements, verifies with tests and linters, and commits to a feature branch.
Hardcoded endpoint documentation for the container builder API.
| name | openapi-provisioner |
| description | Discover the repo provisioner API via its OpenAPI spec. |
The repo provisioner server exposes an OpenAPI 3.0 spec. Fetch it to learn the available endpoints and request schemas:
curl -s "$PROVISIONER_URL/openapi.json" | python3 -m json.tool
Use the spec to construct your API calls. All authenticated endpoints require:
Authorization: Bearer $API_TOKEN