Skip to main content

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.

インストールへ移動

ソース情報

リポジトリ
cuga-project/cuga-agent
ソースの最終更新活動
2026年9月2日 16:51
検出された SKILL.md の言語
英語
スター
878
フォーク
155

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
4 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
cuga-contributor-workflows
description
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.
# 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).
GitHubで見る