Crée une Pull Request en mode Continuous Delivery avec workflow complet : QA, labels version (major/minor/patch), feature flags, code review automatique.
/plugin marketplace add atournayre/claude-marketplace/plugin install git@atournayre-claude-plugin-marketplaceThis skill is limited to using the following tools:
scripts/apply_cd_labels.shscripts/copy_issue_labels.shscripts/create_pr.sh/git:pr --cd [branche-base] [milestone] [projet] [--no-interaction] [--delete] [--no-review]
CORE_SCRIPTS="${CLAUDE_PLUGIN_ROOT}/skills/git-pr-core/scripts"
SCRIPTS_DIR="${CLAUDE_PLUGIN_ROOT}/skills/git-cd-pr/scripts"
PR_TEMPLATE_PATH=".github/PULL_REQUEST_TEMPLATE/cd_pull_request_template.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:cd-pr est lancée--cd)--delete, --no-review (si présents)Vérifier scopes GitHub ($CORE_SCRIPTS/check_scopes.sh)
Vérifier template PR CD ($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 (scripts/create_pr.sh)
Copier labels depuis issue liée (scripts/copy_issue_labels.sh)
Appliquer labels CD (scripts/apply_cd_labels.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)
Ordre de détection du type de version :
BREAKING CHANGE ou !: dans commits → version:majorenhancement, feature, feat, nouvelle, newbug, fix, bugfix, correction, patchfeat/*, feature/* → minor / fix/*, hotfix/* → patchfeat: → minor / fix: → patchAskUserQuestion :
"Cette PR est une nouvelle fonctionnalité (minor) ou une correction (patch) ?"
Feature flag :
.twig modifiés contiennent Feature:Flag ou Feature/Flag🚩 Feature flagCréation labels : Si labels absents, ils sont créés automatiquement avec couleurs appropriées.
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 localeAskUserQuestion (non bloquant)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.
Applies 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.
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.