Git & VCS

Git operations, commit helpers, branch management

Showing 3865-3888 of 4537 skills
YPYT1

commit

by YPYT1

Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.

CLI Tools 0 3mo ago
aleister1102

agentic-actions-auditor

by aleister1102

"Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations."

Agents 0 3mo ago
zirnhelt

Cariboo Signals — Technical Reference

by zirnhelt

RSS reader: Inoreader free edition

Automation 1 3mo ago
uwe-schwarz

github-pr-review-workflow

by uwe-schwarz

Complete workflow for handling GitHub PR reviews using gh pr-review extension

CLI Tools 0 4mo ago
qijialiv-cell

research-refactor

by qijialiv-cell

"Research code refactoring framework for R/Stata/Python projects. Enforces safe, incremental, auditable refactoring with dependency tracking and atomic commits."

Comments 0 13d ago
miracloon

governance-docs-codex-review

by miracloon

【WHEN】当需要对“治理层文档”进行 Codex 审阅并输出 vN-review.md 时调用。 【WHEN NOT】不用于提案生成;不用于落地修改;不用于业务/代码设计。

Code Review 0 5mo ago
bi-al1

kabumart-analyzer

by bi-al1

KabuMartのスクリーンショットから銘柄を分析し、インタラクティブなHTMLダッシュボードを生成するスキル。 ユーザーがKabuMartのスクショを貼り付けたら、画像解析→yfinanceデータ取得→WebSearch調査→HTML生成を自動で行う。 「銘柄分析」「KabuMart」「株分析」「企業分析」「スクリーニング結果」「この銘柄どう?」など、 日本株の個別銘柄を調べたいときに必ず使う。スクリーンショットが添付されていなくても、 銘柄コード(4桁)や企業名が指定されていればWebSearchのみで分析を実行できる。

Processing 0 3mo ago
carvalab

code-simplifier

by carvalab

Code simplification for clarity and maintainability. Use PROACTIVELY after code is written or modified to refine recently changed files.

Code Gen 0 4mo ago
snowmead

guardrail-commit-hooks

by snowmead

Use this skill when users need help with git pre-commit hooks, code quality guardrails, or prek configuration. Trigger this skill when: - User mentions "pre-commit", "commit hooks", "prek", or "guardrails" - Project has no .pre-commit-config.yaml and user is working on code - User encounters formatting/linting issues that hooks could prevent - User asks about code quality automation - User creates a new project or initializes a git repository - User has existing hooks (husky, pre-commit, lefthook) and asks about alternatives

Code Review 0 4mo ago
shaug

prepare-changesets

by shaug

GitHub-specific workflow to recompose a large, review-ready source branch into an ordered chain of smaller changesets (stacked branches + GitHub PRs) that preserve behavior and improve reviewability. Use when working with GitHub PR stacks via the gh CLI to split monolithic branches, create stacked PRs, merge reviewed changesets, and propagate/update downstream PR bases after merges.

CLI Tools 0 4mo ago
pc-style

git-commit-push

by pc-style

Stage changes, commit with conventional commits, and push to origin. Use when the user wants to commit and push in one go, save changes to GitHub, or after completing work on a branch. Combines staging, committing, and pushing into a single workflow.

CLI Tools 0 4mo ago
mczkzk

refactor

by mczkzk

Perform refactoring on <target>

Code Review 0 3mo ago
iamthetonyb

GitHub Pages Skill

by iamthetonyb

Requires owner approval (low risk — public static content only).

CI/CD 0 3mo ago
orxz

dev-workflow

by orxz

将非平凡开发任务路由到 7 条工作流路径,覆盖从评估到上线的完整生命周期。 强制执行:先规划后编码、TDD、逐任务审查、文档同步、进度持久化。 适用于:多文件功能开发、bug修复、重构、依赖升级、紧急热修复、跨会话任务。 当用户描述一个非平凡开发任务但未选择工作流时,主动建议使用——在任何代码编写之前。

Automation 0 20d ago
cristiano-pacheco

go-integration-tests

by cristiano-pacheco

Generate comprehensive Go integration tests using testify suite patterns with real database and infrastructure dependencies. Use when creating or updating integration test files, testing use cases against real databases, verifying end-to-end flows, or when asked to add integration test coverage for Go code.

Database 0 3mo ago
Nomik94

alembic

by Nomik94

Alembic DB 마이그레이션 패턴 레퍼런스. Use when: 마이그레이션 생성, DB 스키마 변경, 테이블 추가, 컬럼 변경, alembic revision, autogenerate, downgrade, 롤백, 마이그레이션 이력, 데이터 마이그레이션, bulk data update, 인덱스 추가, 외래키 변경, alembic.ini 설정, env.py 설정, 마이그레이션 충돌 해결. NOT for: SQLAlchemy 모델 정의, ORM 쿼리 패턴.

CI/CD 0 3mo ago
Sytex

issue-resolution

by Sytex

End-to-end workflow for resolving/fixing problems/bugs. Use when someone reports an issue, error, bug, or problem - whether it comes with a Sentry link, Linear issue, both, or neither.

Code Review 0 4mo ago
comitsrl

idempiere-plugin-development

by comitsrl

"Desarrollo de plugins/modulos para iDempiere (OSGi bundles) con Maven/Tycho: crear un nuevo plugin, extender iDempiere sin tocar core (procesos, callouts, model validators, event handlers, formularios ZK, integraciones), empaquetar y entregar (feature/update-site). Usar cuando el trabajo implica agregar o modificar funcionalidad via plugin."

Docker 0 3mo ago
tenfyzhong

pr-review

by tenfyzhong

Comprehensive PR code review skill for git repositories. Use when reviewing a GitHub/GitLab PR by providing a PR link. Analyzes changes against merge base, explains what the PR does, provides review guidelines, identifies issues sorted by severity, evaluates test coverage, and raises uncertain questions. REQUIRES Must be in a git repository with gh CLI available.

Code Review 0 3mo ago
AutoFor

gh-branch

by AutoFor

作業中の変更内容(diff)から自動で GitHub Issue を作成し、ブランチを作成する(Worktree なし)。main 上の未プッシュコミットがある場合は自動でブランチに移植する。

CLI Tools 0 3mo ago
YPYT1

bug-fix

by YPYT1

集合了所有的openclaw,claudecode,open等各个平台所有的skills

Debugging 0 3mo ago
leojkwan

vidux

by leojkwan

"Plan-first expedition mode for long-running work (FSM resume, per-task Q-gating, compound tasks, investigations/, per-cycle scorecard). Pilot routes into Vidux for multi-session, doc-first execution; Vidux then owns the plan/store loop."

File Ops 0 1mo ago
arach

arach

by arach

Personal meta-skill for Arach. Use this as the entry point to understand arach's projects, conventions, and available skills. Activates on "arach's projects", "what does arach work on", or when working in any arach/* repo.

Code Review 0 4mo ago
freaxnx01

SKILL.md — OpenClaw Agent Skill

by freaxnx01

Design 0 1mo ago