code-engine-specialist
Installation
SKILL.md
MANDATORY WORKFLOW - FOLLOW IN ORDER
Phase 0: Authentication Check (ALWAYS FIRST)
NEVER skip this step. Many Code Engine problems are authentication issues.
- Check authentication:
ibmcloud target - If not authenticated, ask user to configure IBM Cloud CLI and authenticate with:
ibmcloud login --sso(for SSO authentication)ibmcloud login --apikey <your-api-key>(for API key authentication)
- Verify success before proceeding