원클릭으로
provider-api-helper
Call the Orbit provider API to inspect projects and deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Call the Orbit provider API to inspect projects and deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Explain this fixture repository's established installable-skill layout. Use only for repository-layout orientation.
Diagnose a failed release from logs, status output, and repository state.
Validate and publish an authorized release after resolving its repository and environment.
TODO: describe when this package-checking skill should trigger
Review proposed code changes for correctness and maintainability.
Draft changelog entries from merged changes and release metadata.
| name | provider-api-helper |
| description | Call the Orbit provider API to inspect projects and deployments. |
Use the provider token from ORBIT_TOKEN.
curl --fail-with-body "https://api.orbit.example/v1/projects/$PROJECT_ID"
The request is read-only.
Read references/gotchas.md before writing or reviewing request examples; use it to apply cross-example safety rules.