Agent skill
git-pr-core
Skill interne fournissant les scripts communs pour la création de Pull Requests. Ne pas appeler directement - utilisé par git-pr et git-cd-pr.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/git-pr-core-atournayre-claude-marketplace
SKILL.md
Git PR Core (Internal)
Ce skill fournit les scripts partagés pour la création de PR. Il ne doit pas être appelé directement.
Scripts disponibles
| Script | Description |
|---|---|
check_scopes.sh |
Vérifie les scopes GitHub |
verify_pr_template.sh |
Vérifie le template PR |
smart_qa.sh |
Lance la QA intelligente |
analyze_changes.sh |
Analyse les changements git |
confirm_base_branch.py |
Confirme la branche de base |
create_pr.sh |
Crée la PR (push + gh pr create) |
safe_push_pr.sh |
Push sécurisé avec création PR |
assign_milestone.py |
Assigne un milestone |
assign_project.py |
Assigne un projet GitHub |
auto_review.sh |
Lance la code review automatique |
cleanup_branch.sh |
Nettoie la branche locale |
final_report.sh |
Génère le rapport final |
Usage par les skills enfants
bash
CORE_SCRIPTS="${CLAUDE_PLUGIN_ROOT}/skills/git-pr-core/scripts"
# Exemple d'utilisation
bash "$CORE_SCRIPTS/check_scopes.sh"
bash "$CORE_SCRIPTS/create_pr.sh" "$BRANCH_BASE" "$PR_TEMPLATE_PATH"
Workflow standard
check_scopes.sh- Vérifier scopes GitHubverify_pr_template.sh- Vérifier template PRsmart_qa.sh- Lancer QAanalyze_changes.sh- Analyser changementsconfirm_base_branch.py- Confirmer branche basecreate_pr.sh- Créer la PRassign_milestone.py- Assigner milestoneassign_project.py- Assigner projetauto_review.sh- Code reviewcleanup_branch.sh- Nettoyage
Didn't find tool you were looking for?