Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/jsboige/roo-extensions --skill github-status명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | github-status |
| description | Consulte l'état du GitHub Project |
| triggers | {"keywords":["github status","état du projet","issues ouvertes","progression project","progression","avancement global","project #67","project 67","gh cli","github project"],"exact":["gh"],"patterns":["(progression|avancement).{0,10}(project|projet|#67)"],"priority":"normal"} |
| metadata | {"author":"Roo Extensions Team","version":"2.0.0","compatibility":{"surfaces":["claude-code","claude.ai"],"restrictions":"Requiert GitHub CLI (gh) avec scope project"}} |
Consulte l'etat du GitHub Project #67 et des issues via gh CLI.
PVT_kwHOADA1Xc4BLw3wPVTSSF_lAHOADA1Xc4BLw3wzg7PYHYf75ad846 = Todo47fc9ee4 = In Progress98236657 = DoneOBLIGATOIRE avant toute consultation GitHub.
codebase_search(query: "github issues project status tracking progress", workspace: "d:\\roo-extensions")
But : Identifier les patterns de suivi GitHub, les issues récentes, et les configurations Project.
gh api graphql -f query='{ user(login: "jsboige") { projectV2(number: 67) { title items(first: 200) { totalCount nodes { fieldValues(first: 10) { nodes { ... on ProjectV2ItemFieldSingleSelectValue { name } } } } } } } }'
Compter les items par statut (Todo, In Progress, Done) et calculer le pourcentage.
gh issue list --repo jsboige/roo-extensions --state open --limit 20
gh issue view <numero> --repo jsboige/roo-extensions
## GitHub Project #67 Status
### Progression : X/Y DONE (Z%)
- Todo : A items
- In Progress : B items
- Done : C items
### Issues recentes
| # | Titre | Labels | Derniere activite |
|---|-------|--------|-------------------|
| ... | ... | ... | ... |
### Incoherences detectees
- [tache X annoncee Done mais encore Todo dans GitHub]
gh api graphql -f query='mutation { updateProjectV2ItemFieldValue(input: { projectId: "PVT_kwHOADA1Xc4BLw3w", itemId: "<ITEM_ID>", fieldId: "PVTSSF_lAHOADA1Xc4BLw3wzg7PYHY", value: { singleSelectOptionId: "98236657" } }) { projectV2Item { id } } }'
Meme commande avec optionId: "47fc9ee4".
gh issue comment <numero> --repo jsboige/roo-extensions --body "Commentaire"
gh issue create --repo jsboige/roo-extensions --title "Titre" --body "$(cat <<'EOF'
Description detaillee...
EOF
)"
AVANT de creer : Demander validation utilisateur explicite. Exception : bugs critiques bloquants.
gh issue close <numero> --repo jsboige/roo-extensions
gh CLI (le MCP github-projects-mcp est DEPRECIE)OBLIGATOIRE après consultation GitHub.
codebase_search(query: "github project issues status done inprogress", workspace: "d:\\roo-extensions")
But : Confirmer que les issues consultées et les statuts mis à jour sont cohérents avec l'index.
Lance une session d'execution multi-agent RooSync pour les machines executantes (myia-po-* et myia-web1). Phrase declencheur : "/executor", "mode executor", "lance executor".
Tour de synchronisation complet multi-canal et multi-étapes. Utilise ce skill quand l'utilisateur demande un "tour de sync", veut "faire le point", ou demande l'état de la coordination. Exécute toutes les phases de synchronisation, validation, et planification.
Auto-inject relevant MEMORY.md lessons at task start based on task type. Utilise ce skill automatiquement au début de chaque tâche significative pour prévenir les erreurs récurrentes.