Skip to main content

check-ci

Check CI status for current branch, a PR, or recent runs

Ir para a instalação

Informações da origem

Repositório
stillwater-sc/mpadao-template
Última atividade na origem
8 de março de 2026 às 01:59
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
check-ci
description
Check CI status for current branch, a PR, or recent runs
argument-hint
[PR number, branch name, or empty for recent runs]
disable-model-invocation
true
allowed-tools
Bash
Check CI status for the MPADAO project: 1. If $ARGUMENTS is a number, check PR: gh pr checks $ARGUMENTS 2. If $ARGUMENTS is a branch name: gh run list --branch $ARGUMENTS --limit 5 3. If no arguments: gh run list --limit 5 For any failed runs: 4. Get the run ID and fetch the log: gh run view <id> --log-failed | tail -100 5. Analyze the failure and identify root cause 6. Summarize: what passed, what failed, the failure reason, and suggested fix
Ver no GitHub