بنقرة واحدة
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.