- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
security-analyst
by paixaop
"Use when the user wants a security audit, penetration test, threat model, vulnerability hunt, security fix plan, SBOM, compliance mapping, privacy assessment, or security posture comparison between runs."
feature-issue
by Tmeister
Implement a feature from a GitHub issue with a structured, review-first workflow.
gh
by myuon
GitHub CLI (gh) で Issue・Sub-issue・PR・CI を操作するためのクイックリファレンス
fix-issue
by simplerick0
Fix a GitHub issue by analyzing, implementing, and creating a PR. Use when the user provides an issue number or asks to fix/resolve/address a GitHub issue.
commit
by keenranger
Prepare git commit with review. Use when user asks to commit, review changes for commit, or says /commit.
autopilot
by ianphil
This skill should be used when the user asks to "run autopilot", "autopilot feature N", "implement all phases", "run all phases sequentially", "autopilot 003", or wants to automatically implement all phases of a feature in sequence without manual intervention.
branch
by Protagonistss
智能分支管理技能 - 策略、操作自动化和冲突解决。用于创建分支、合并分支、检查冲突 or 清理分支。
code-review
by Cygnusfear
This skill should be used when reviewing pull requests, performing comprehensive code review, analyzing code changes before merge, or when the user asks for thorough/ultra-critical code review. Performs EXTREMELY CRITICAL 6-pass analysis identifying runtime failures, code consistency issues, architectural problems, environment compatibility risks, and verification strategies. Posts structured review as GitHub PR comment. Use when user asks to "review PR", "review this code", "review changes", "check this PR", "analyze PR", "post review", or for Phase 3 of devflow. Supports parallel review mode with multiplier (code-review-3, code-review 6X) for consensus-based reviews. This is an ultra-critical reviewer that does not let things slip and desires only perfection.
yo-protocol-skills
by yoprotocol
Official Yo Protocol skills bundle (SDK, CLI, React)
work-plan
by ianphil
This skill should be used when the user asks to "show work plan", "what's the plan for feature N", "show progress", "view execution plan", or wants to see phase breakdown, progress status, and next actions for a feature.
global-skill-router
by DriveSpark
Use this skill to route complex user requests to the appropriate specialized skill.
plain-text-output
by hrdtbs
"Constrains agent output to plain text only: no emojis, no bold (*/__), no italics (/_). Prefers noun-ending style (体言止め) in Japanese. Use when generating any text, documentation, commit messages, PR descriptions, or responses so that output stays unadorned."
conventional-commits
by mrgrauel
Draft and validate Git commit messages that follow Conventional Commits v1.0.0. Use when creating, rewriting, or reviewing commit messages for git commit, git commit --amend, PR cleanup, or release/changelog automation that depends on conventional commit types.
release-notes
by IHKREDDY
Generates release notes and changelogs from merged PRs and commits between versions. Use when preparing releases, creating changelogs, or users mention "release notes", "changelog", "what's new", or version tags.
project-agent-factory
by idencosmos
프로젝트에 필요한 Codex 멀티 에이전트를 설계/생성할 때 사용하는 순수 Markdown 지시형 스킬입니다. 프로젝트 분석 → 공식/사례 검증 → agent_plan.tsv 설계 → .codex 수동 반영 → 검증 보고까지를 SKILL.md와 references만으로 수행합니다.
winjs-pc
by winjs-dev
WinJS PC 模板(PC 端 Web)开发指南。包含 Vue 3 配置、Vite 构建、请求封装、路由。适用于:(1) create-win pc 模板创建的项目 (2) 修改 .winrc 配置 (3) 扩展 src/app.js (4) 编写 services 请求 (5) 配置路由与构建 (6) PC 浏览器项目(无 REM/VConsole)。
commit
by xuesongjun
提交代码到 Git 仓库,生成中文提交信息
bf-resume
by khaki4
중단된 BF 워크플로우를 복구한다. sprint-status.yaml에서 마지막 완료 지점을 분석하여 bf-execute와 동일한 에픽 단위 루프로 재개한다.
swe-reviewer
by diegocanepa
"Review and delivery persona for PR quality management and progress tracking in the SWE workflow."
git-worktree
by Hu-Wentao
Create a git worktree for the current repository at the same directory level as the project root. This skill automates branch creation, directory naming according to the format project-T-branch, and initial project setup (e.g., dependency installation). Use this when the user wants to work on a new feature or fix without switching their current workspace.
cx-exec
by m19803261706
CX 工作流 — 任务执行与契约校验。当用户提到"执行任务"、"开始开发"、 "实现功能"、"写代码"、"继续做"、"下一个任务"时触发。 5 步流程:读任务 → 实现 → 契约校验 → 测试 → 提交。 使用本地 task-{n}.md 和 status.json,自动校验实现是否与契约一致。 完成所有任务后自动触发 cx-summary。
cx-scope
by m19803261706
CX 工作流 — 项目蓝图探讨。当用户提到"蓝图"、"整体规划"、"项目范围"、 "scope"、"项目探讨"、"功能方案"时触发。多轮对话探讨项目或功能方案, 将结果保存到本地 .claude/cx/features/{dev_id}-{feature}/scope.md, 可选同步到 GitHub Issue(基于 config.github_sync 模式)。
brn:workflow
by zfael
Orchestrate the complete development workflow from ticket to PR. Use when: (1) Starting work on a JIRA ticket, (2) Following the planning-coding-review cycle.
babel-core
by yusenthebot
Babel compiler core.. Use when: bundling and transpiling source code; development server with HMR; production builds. NOT for: runtime application logic; package management (use npm/yarn).