Skill877 estrellas del repoactualizado today
cuga-contributor-workflows
>-
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/cuga-project/cuga-agent /tmp/cuga-contributor-workflows && cp -r /tmp/cuga-contributor-workflows/.cursor/skills/cuga-contributor-workflows ~/.claude/skills/cuga-contributor-workflowsDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# 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).
Del mismo repositorio