Skip to main content

github-automation

GitHub workflow automation for issues, pull requests, CI, and releases. Use when: repository hosting actions are explicitly requested. Skip when: local git operations are sufficient or publishing is unauthorized.

Aller à l'installation

Informations de source

Dépôt
ruvnet/ruflo
Dernière activité de la source
29 juillet 2026 à 19:08
Langue détectée de SKILL.md
anglais
Étoiles
73 010
Forks
8 665

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
github-automation
description
GitHub workflow automation for issues, pull requests, CI, and releases. Use when: repository hosting actions are explicitly requested. Skip when: local git operations are sufficient or publishing is unauthorized.
# GitHub Automation Skill ## Purpose Automate GitHub workflows while keeping external writes explicit and scoped. ## Commands ### Create Pull Request ```bash gh pr create --draft ``` ### Inspect Checks ```bash gh pr checks ``` ## Best Practices 1. Confirm repository and branch before external writes 2. Inspect CI evidence before changing workflows 3. Never publish, merge, or close without authorization 4. Report the exact resulting URL or identifier
Voir sur GitHub