get-latest-ci
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
name: get-latest-ci description: Fetch the latest CI pipeline execution for the current branch. Returns the most recent CIPE which may be completed, in progress, or null. Use when you need to review CI status, check failures, or inspect CI state.
Get Latest CI Information
Fetch the latest CI pipeline execution for the current branch. This is a one-shot fetch — return results immediately. Do NOT poll, loop, or wait for status changes.
Context
- Current Branch: !
git branch --show-current - Current Commit: !
git rev-parse --short HEAD
Step 0: Verify Nx Cloud Connection
Read nx.json at workspace root. Check for nxCloudId or nxCloudAccessToken.