Git & VCS

Git operations, commit helpers, branch management

Showing 433-456 of 4537 skills
swingerman

atdd-mutate

by swingerman

This skill should be used when the user asks to "run mutation testing", "mutate my code", "kill mutants", "check test quality", "find surviving mutants", "verify test effectiveness with mutations", "run stryker", "run mutmut", "run pitest", "set up mutation testing", "how good are my tests", "are my tests catching bugs", or mentions mutation testing, mutation score, or mutant survival in the context of testing. It adds a third validation layer to the ATDD workflow: after acceptance tests verify WHAT and unit tests verify HOW, mutation testing verifies that tests actually catch bugs.

Git & VCS 99 3mo ago
dotnet

servicing-pr

by dotnet

'Create EF Core PRs targeting servicing release branches (release/*). Use when working on a PR that targets a release branch, backporting a fix from main, or when the user mentions servicing, patch, or release branch.'

Code Review 1.1K 2mo ago
dotnet

make-custom-agent

by dotnet

'Create custom GitHub Copilot agents. Use when asked to create, scaffold, or configure a custom agent, declarative agent, or @-invokable chat participant for GitHub Copilot.'

Agents 1.1K 2mo ago
gmh5225

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Game Dev 2.9K 3mo ago
Prat011

changelog-generator

by Prat011

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

Code Gen 1.3K 7mo ago
rohitg00

session-handoff

by rohitg00

Generate a structured handoff document designed for the next session to consume immediately and continue where you left off. Use when ending a session.

Auth 2.3K 3mo ago
nyldn

skill-rollback

by nyldn

Rollback to a previous checkpoint using git tags. Use when: AUTOMATICALLY ACTIVATE when user mentions:. "rollback" or "revert" or "undo". "go back to" or "restore checkpoint"

CLI Tools 3.5K 3mo ago
mono

native-dependency-update

by mono

Update native dependencies (libpng, libexpat, zlib, libwebp, harfbuzz, freetype, libjpeg-turbo, etc.) in SkiaSharp's Skia fork. Handles security CVE fixes, bug fixes, and version bumps. Use when user asks to: - Bump/update a native dependency (libpng, zlib, expat, webp, etc.) - Fix a CVE or security vulnerability in a native library - Update Skia's DEPS file - Check what version of a dependency is currently used - Analyze breaking changes between dependency versions Triggers: "bump libpng", "update zlib", "fix CVE in expat", "update native deps", "what version of libpng", "check for breaking changes". For security audits (finding CVEs, checking PR coverage), use the security-audit skill instead.

Code Gen 5.4K 4mo ago
mono

issue-repro

by mono

Reproduce a SkiaSharp issue systematically and capture structured reproduction results. Handles bugs (verify reported behavior) and enhancements (confirm feature is missing). Produces schema-validated JSON with step-by-step commands, outputs, environment details, and conclusion. Triggers: "repro #123", "reproduce #123", "reproduce issue", "try to reproduce", "can you reproduce", "repro this bug", "create reproduction".

Processing 5.4K 3mo ago
mono

add-api

by mono

Add new C# APIs to SkiaSharp by wrapping Skia C++ functionality. Structured 6-phase workflow: C++ analysis → C API creation → submodule commits → binding generation → C# wrapper → testing. Triggers: - Issue classified as "New API" (after fetching and classification) - Direct request: "add DrawFoo method", "expose SkSurface::draw", "wrap sk_foo_bar" - Keywords: "add API", "expose function", "wrap method", "create binding for"

API Dev 5.4K 4mo ago
prompt-security

claw-release

by prompt-security

Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification.

Processing 1K 3mo ago
antinomyhq

create-github-issue

by antinomyhq

Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.

Code Gen 7.4K 3mo ago
evalstate

pr-writing-review

by evalstate

Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing.

Code Review 3.8K 4mo ago
ThinkInAIXYZ

git-commit

by ThinkInAIXYZ

Generate well-formatted git commit messages following conventional commit standards

Code Gen 5.9K 4mo ago
trailofbits

second-opinion

by trailofbits

"Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion."

Code Review 5.6K 3mo ago
alinaqi

code-review

by alinaqi

Mandatory code reviews via /code-review before commits and deploys

Code Review 686 4mo ago
NeoLabHQ

git:notes

by NeoLabHQ

Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.

CLI Tools 1.1K 3mo ago
prowler-cloud

prowler-changelog

by prowler-cloud

Manages changelog entries for Prowler components following keepachangelog.com format. Trigger: When creating PRs, adding changelog entries, or working with any CHANGELOG.md file in ui/, api/, mcp_server/, or prowler/.

Code Review 13.9K 3mo ago
NeoLabHQ

git:create-worktree

by NeoLabHQ

Create and setup git worktrees for parallel development with automatic dependency installation

CLI Tools 1.1K 3mo ago
mono

issue-triage

by mono

Triage a SkiaSharp GitHub issue or PR into structured JSON with classification (type, area, platform, severity), suggested response, and automatable actions. Triggers: "triage #123", "triage issue", "classify issue", "analyze issue", "what's this issue about". Also triggered when an issue number is given after the issue-triage skill is already mentioned.

Processing 5.4K 3mo ago
mono

release-publish

by mono

Publish SkiaSharp packages and finalize the release. Use when user says "publish X", "finalize X", "tag X", or "finish release X". This is the FINAL step - after release-testing passes. Publishes to NuGet.org, creates tag, GitHub release, and closes milestone. Triggers: "publish the release", "push to nuget", "create github release", "tag the release", "close the milestone", "annotate release notes", "testing passed what's next", "finalize 3.119.2", "release is ready".

CI/CD 5.4K 3mo ago
mono

release-branch

by mono

Create a release branch for SkiaSharp. Use when user says "release X", "start release X", "create release branch for X", "I want to release", or "release now". This is the FIRST step of releasing - creates branch and pushes to trigger CI. Can auto-detect next preview version from main branch.

Code Gen 5.4K 3mo ago
massgen

release-prep

by massgen

Prepare release documentation including CHANGELOG entry, announcement text, and validation. Run before tagging a new release.

Code Gen 1.1K 4mo ago
massgen

pr-checks

by massgen

Run comprehensive PR checks including reviewing CodeRabbit comments, ensuring PR description quality, running pre-commit hooks, tests, and validation. Use on an existing PR to address review feedback.

Code Review 1.1K 5mo ago