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 查看