Crée une Pull Request GitHub standard avec workflow complet : QA, commits, assignation milestone/projet, code review automatique.
/plugin marketplace add atournayre/claude-marketplace/plugin install git@atournayre-claude-plugin-marketplaceThis skill is limited to using the following tools:
README.mdtests/run_tests.shtests/test_milestone_cache.pytests/test_project_cache.py/git:pr [branche-base] [milestone] [projet] [--no-interaction] [--delete] [--no-review]
CORE_SCRIPTS="${CLAUDE_PLUGIN_ROOT}/skills/git-pr-core/scripts"
PR_TEMPLATE_PATH=".github/PULL_REQUEST_TEMPLATE/default.md"
ENV_FILE_PATH=".env.claude"
Charger configuration depuis .env.claude :
.env.claude existe à la racine du projetKEY=VALUE) :
MAIN_BRANCH : branche de base par défautPROJECT : projet GitHub par défaut.env.claude si absent (comportement standard)Confirmation initiale :
--no-interaction présent :
.env.claude) sans validationgit:pr est lancée--delete, --no-review (si présents)Vérifier scopes GitHub ($CORE_SCRIPTS/check_scopes.sh)
Vérifier template PR ($CORE_SCRIPTS/verify_pr_template.sh)
Lancer QA intelligente ($CORE_SCRIPTS/smart_qa.sh)
Analyser changements git ($CORE_SCRIPTS/analyze_changes.sh)
Confirmer branche de base (ou AskUserQuestion)
Générer description PR intelligente
Push et créer PR avec titre Conventional Commits ($CORE_SCRIPTS/create_pr.sh)
Assigner milestone ($CORE_SCRIPTS/assign_milestone.py)
Assigner projet GitHub ($CORE_SCRIPTS/assign_project.py)
Code review automatique (si plugin review installé)
Nettoyage branche locale ($CORE_SCRIPTS/cleanup_branch.sh - branche remote préservée)
Si plugin review installé, lance 4 agents en parallèle :
code-reviewer - Conformité CLAUDE.mdsilent-failure-hunter - Erreurs silencieusestest-analyzer - Couverture testsgit-history-reviewer - Contexte historiqueAgrège résultats (score >= 80) dans commentaire PR.
| Flag | Description |
|---|---|
--no-interaction | Mode automatique : passer confirmations, utiliser defaults |
--delete | Supprimer branche LOCALE uniquement après création PR (JAMAIS la branche remote) |
--no-review | Désactiver code review automatique |
⚠️ INTERDICTION ABSOLUE :
git push origin --delete <branche> ou git push -d origin <branche>--delete ne concerne QUE la branche localeApplies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.