PLUGIN PROCESS

Backend PR Workflow

PR workflow for Django/Optimo repos: branch naming, GitHub issue linkage, safe Django migrations, and downtime-safe schema changes.

Overview

PR workflow for Django/Optimo repos: branch naming, GitHub issue linkage, safe Django migrations, and downtime-safe schema changes.

Bundles 1 skill with 1 Claude Code wrapper. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

backend-pr-workflow

Pedantic backend PR workflow skill that follows repo-local workflow docs, GitHub issue linkage, safe Django migrations, and downtime-safe schema changes.

plugins/backend-pr-workflow/skills/backend-pr-workflow
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/backend-pr-workflow/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: backend-pr-workflow).

/backend-pr-workflow:check-pr

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install backend-pr-workflow@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/backend-pr-workflow/skills/backend-pr-workflow

Claude Code: invoke as /backend-pr-workflow:check-pr. Codex: invoke as name: backend-pr-workflow.