用 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.