Git & VCS

Git operations, commit helpers, branch management

Showing 4057-4080 of 4619 skills
Xalior

implement-with-remote-feedback

by Xalior

Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task.

Automation 0 5mo ago
squirrel289

performing-retro

by squirrel289

"Conduct a post-session review to organize changes into logical commits and document work. Use when: (1) Session has implemented features, fixes, or refactoring and changes are scattered across files, (2) Need to group related changes into atomic commits with conventional messages, (3) Want to create summary documentation of work completed, (4) Final validation before pushing changes. Helps transform a working session into clean git history and clear documentation."

Agents 0 4mo ago
xchicky

merge-all

by xchicky

合并所有节点文档为完整综合文档。读取node-list.txt,查找并合并所有节点markdown文件,进行润色、调整和优化,生成一篇完整、详细、准确、统一的综合文档。适用于将多个独立章节整合为最终成品的场景。

Docker 0 5mo ago
potatoman03

code-comprehension

by potatoman03

Quiz users about AI-generated code to build understanding and improve prompting skills. Triggers on: /code-comprehension with --setup, --quiz, --status, --mode, --skip, --config, --reset. Also activates automatically after generating code to track changes for quizzing. Helps users understand their codebase and catch issues before committing.

Auth 0 5mo ago
johnpolacek

parallel-dev-worktrees

by johnpolacek

Use an existing repo's parallel feature development workflow with git worktrees, Portless named local URLs, isolated local state, and safe merge/cleanup habits. Use this skill any time worktrees are mentioned or when a user is juggling multiple feature branches locally. Use when creating, using, inspecting, handing off, finishing, or cleaning feature worktrees in a repo that supports or should support parallel local development.

CLI Tools 0 2mo ago
york57-bot

wechat-claude-code

by york57-bot

微信消息桥接 - 在微信中与 Claude Code 聊天。支持文字对话、图片识别、实时进度推送、斜杠命令。

CLI Tools 0 1mo ago
aroldolanderos

make-commits

by aroldolanderos

Analyzes git changes and generates semantic commits iteratively with [Why]/[What]/[Impact] structure in Spanish. Groups related files, allows manual editing, and executes git add + commit. Use when you have uncommitted changes and need structured messages following conventional commits (feat, fix, docs, refactor, etc.).

CLI Tools 0 4mo ago
Perdolique

pr-creator

by Perdolique

Create GitHub pull requests from code changes via API or generate PR content in chat. Use when user wants to create/open/submit PR, mentions pull request/PR/merge request/code review, or asks to show/generate/display/output PR content in chat (give me PR, PR to chat, send PR to chat, etc).

Code Gen 0 5mo ago
TriNgo0108

context-driven-development

by TriNgo0108

Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.

Automation 0 4mo ago
Lichens-Innovation

react-files-structure-standards

by Lichens-Innovation

"Enforces file and folder naming and structure standards for React/TypeScript projects. Use when normalizing file/folder names, auditing project structure, renaming files or directories, or when the user asks to align file/folder naming with standards."

File Ops 0 4mo ago
yusenthebot

h3

by yusenthebot

Minimal H(TTP) framework built for high performance and portability.. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.

API Dev 0 4mo ago
legout

data-science-notebooks

by legout

"Interactive notebooks for data science: Jupyter, JupyterLab, and marimo. Use for exploratory analysis, reproducible research, documentation, and sharing insights with stakeholders."

Processing 0 5mo ago
carvalab

refactor-cleaner

by carvalab

Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools to identify dead code and safely removes it.

CLI Tools 0 5mo ago
ridewind

code-review:executor

by ridewind

This skill should be used when the user asks to "review code", "do a code review", "review my branch", "review MR !1234", "review PR #567", "review feature/auth branch", "review feature/auth vs dev", "check code quality", or wants to execute code review using configured skill presets. Reads review skills configuration and orchestrates parallel code reviews.

Code Review 0 4mo ago
Pranav-Karra-3301

ci-cd

by Pranav-Karra-3301

Security-hardening skill for CI/CD pipelines and pre-commit hooks. Scans codebases to detect missing security infrastructure and generates configurations. Use when: (1) Setting up CI/CD for a new project ("add CI", "setup GitHub Actions", "create workflow") (2) Adding pre-commit hooks ("add husky", "setup pre-commit", "add git hooks") (3) Security hardening ("add SAST", "setup CodeQL", "add dependabot", "security scan") (4) Auditing existing CI/CD ("check my workflows", "what security am I missing") (5) Adding commit standards ("add commitlint", "enforce conventional commits") Triggers: "CI/CD", "GitHub Actions", "pre-commit", "husky", "CodeQL", "Semgrep", "dependabot", "SAST", "security scanning", "lint-staged", "commitlint", "git hooks"

CI/CD 0 5mo ago
PENGJANE

ai-work-booster

by PENGJANE

"AI打工加油包——帮AI把活干得更好、更准。通过架构诊断、工程方法论注入、输出质量校验,系统性提升AI生成内容的准确度和可落地性。触发词:架构分析、架构改进、系统设计、重构方案、性能优化、代码质量、帮我审查这个系统、AI输出不准、结果不可靠、怎么让AI干得更好、tech design、architecture review、提升AI准确度、ai输出优化。"

Database 3 3mo ago
immunomind

immunarch

by immunomind

Use this skill for AIRR-seq (Adaptive Immune Receptor Repertoire / VDJ-seq) data analysis with immunarch + immundata in R, including ingestion, receptor schema design, immutable transformations, clonality/diversity/public overlap metrics, and Seurat/AnnData integration.

Agents 0 5mo ago
YPYT1

create-worktrees

by YPYT1

Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.

Code Gen 0 5mo ago
bryantleft

bruhs

by bryantleft

Opinionated development lifecycle - spawn projects, cook features, yeet to ship

Code Review 0 5mo ago
lucas01feh

oss-security-audit

by lucas01feh

Audits the CI/CD pipeline, repository, release process, automations, and dependency hygiene of an open-source software supply chain, then produces an elegant HTML report of findings and recommendations. Use this skill whenever the user asks to assess, audit, review, harden, or evaluate the security of a repository, its GitHub Actions or GitLab CI pipelines, its release process, its supply chain, or its overall security posture — even if they don't use the word "audit." Also trigger on phrases like "is this repo secure," "check our CI," "supply chain review," "harden our release," "review our workflows," or when a user points at a repo and asks what they should fix.

Code Review 0 3mo ago
jeheskielSunloy77

chat-commit-message

by jeheskielSunloy77

Write detailed Conventional Commit messages using only the active chat conversation as context. Use when the user asks for commit messages based on discussion history, requests module-scoped commit subjects, or explicitly forbids checking git logs, diffs, or code files.

Git & VCS 0 5mo ago
hugoradiawan

Vio - Skills & Technology Reference

by hugoradiawan

gitea/ Gitea source — Git version control workflows, PR/merge patterns

API Dev 0 5mo ago
Jackiexiao

using-git-worktrees

by Jackiexiao

(中文)Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Code Review 0 5mo ago
Darna-Digital

qa-plan-skill

by Darna-Digital

Generate a BDD-style QA test plan as a CSV file based on current branch changes. Use when the user wants to create a QA plan, prepare test scenarios for a feature, generate BDD test cases, or document manual testing steps for a task.

Code Gen 0 5mo ago