# Cuga Contributor Workflows

> Run CUGA contributor workflows: Conventional Commits, create pull requests against origin with gh and PR templates, and ruff check/format via uv. Use when the user says commit, create a commit, create PR, pull request, open a PR, ruff check, ruff format, or conventional commits.

- Skill: `cuga-project/cuga-contributor-workflows` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cuga-project/cuga-contributor-workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cuga-project/cuga-contributor-workflows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cuga-project (https://skillmd.com/u/cuga-project)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cuga-project/cuga-contributor-workflows

---


# CUGA contributor workflows

Detect mode from the user message, then follow the matching companion:

| Mode | Triggers | Companion |
|---|---|---|
| Commit | commit, conventional commits | [commit.md](commit.md) |
| Create PR | create PR, pull request, open a PR | [create-pr.md](create-pr.md) |
| Ruff | ruff check, ruff format, lint/format Python | [ruff-check.md](ruff-check.md) |

If multiple modes are requested, run them in a sensible order (ruff → commit → PR) unless the user specifies otherwise.

## Shared rules

- Use `uv` for Python tooling and `gh` for GitHub.
- Work against upstream `origin` for remotes/PRs.
- No promotional footers in commits or PR bodies.
- Follow repo conventions (Conventional Commits, DCO expectations when committing).

