Git & VCS

Git operations, commit helpers, branch management

Showing 721-744 of 4537 skills
BlitterStudio

amiberry-jit-fix

by BlitterStudio

ARM64 JIT compiler fixes for Amiberry (GitHub issue #1766). This skill captures the complete technical knowledge from 20+ debugging sessions that identified and fixed: (a) a page 0 DMA corruption crash during A1200 Kickstart boot, (b) visual corruption (black gadgets, garbled text) caused by incorrect inter-block flag optimization, (c) SIGSEGV crashes on unmapped natmem gaps (e.g., 0x00F10000) in complex configs with hardfiles/RTG, and (d) BSR.L/Bcc.L backward branch crashes from 32-bit displacement zero-extension on 64-bit platforms. Use this skill when working on: (1) the JIT_DEBUG_MEM_CORRUPTION code in compemu_support_arm.cpp or newcpu.cpp, (2) the page 0 DMA guard mechanism (mprotect/SIGSEGV/BRK single-step), (3) any ARM64 JIT register width bugs (64-bit vs 32-bit instruction selection), (4) any crash or exception cascade during A1200 boot with JIT enabled, (5) 68040 JIT mode issues on ARM64, (6) the inter-block flag optimization bug and its fix (dont_care_flags at block boundaries), (7) natmem gap crashes and the commit_natmem_gaps() fix in amiberry_mem.cpp. MANDATORY TRIGGERS: JIT crash, page 0, DMA guard, vec2, exception vector corruption, blitter DMA, mprotect, SIGSEGV handler, BRK single-step, ARM64 JIT, Kickstart boot, visual corruption, black gadgets, garbled ROM version, compemu_support_arm, JIT_DEBUG_MEM_CORRUPTION, inter-block flag, dont_care_flags, 68040 JIT, natmem gap, unmapped region, commit_natmem_gaps, 0x00F10000, canbang, PROT_NONE, BSR, Bcc, branch displacement, sign extension, comp_pc_p, comp_get_ilong, 64-bit pointer, zero-extend, backward branch, gencomp_arm.

Debugging 884 3mo ago
BlitterStudio

winuae-amiberry-merge

by BlitterStudio

Assist with merging updates and synchronizing functionality from the upstream WinUAE repository (Windows) to Amiberry (Linux/macOS/Android/Windows). Includes a comprehensive guide for porting Win32 GUI dialogs to Dear ImGui, mapping Windows controls to ImGui equivalents, and analyzing platform-specific code. Use this for analyzing upstream commits, identifying Windows-specific code, adapting GUI panels, and verifying feature parity.

Code Review 884 3mo ago
joelhooks

gh-issue-triage

by joelhooks

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

Debugging 690 5mo ago
fcakyon

pr-workflow

by fcakyon

This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.

Auth 716 5mo ago
Finesssee

linear-workflow

by Finesssee

Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.

Agents 99 4mo ago
ykdojo

gha

by ykdojo

Analyze GitHub Actions failures and identify root causes

Automation 8.6K 4mo ago
codewithmukesh

ci-cd

by codewithmukesh

CI/CD pipelines for .NET applications. Covers GitHub Actions and Azure DevOps YAML pipelines with build, test, publish, and deploy stages. Load this skill when setting up continuous integration, automated testing, deployment workflows, or when the user mentions "CI/CD", "pipeline", "GitHub Actions", "Azure DevOps", "workflow", "deploy", "build pipeline", "publish", "NuGet push", "release", or "continuous integration".

CI/CD 423 3mo ago
NeverSight

codex

by NeverSight

Hand off a task to Codex CLI for autonomous execution. Use when a task would benefit from a capable subagent to implement, fix, investigate, or review code. Codex has full codebase access and can make changes.

Automation 157 4mo ago
rmyndharis

changelog-automation

by rmyndharis

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

Processing 802 4mo ago
ReinaMacCredy

setup

by ReinaMacCredy

Scaffold persistent project context — product definition, tech stack, and guidelines. Interviews you about your project and generates context files that all Maestro agents reference.

Code Gen 184 3mo ago
greptileai

greploop

by greptileai

Iteratively improves a PR until Greptile gives it a 5/5 confidence score with zero unresolved comments. Triggers Greptile review, fixes all actionable comments, pushes, re-triggers review, and repeats. Use when the user wants to fully optimize a PR against Greptile's code review standards.

CLI Tools 210 3mo ago
greptileai

check-pr

by greptileai

Checks a GitHub pull request for unresolved review comments, failing status checks, and incomplete PR descriptions. Waits for pending checks to complete, categorizes issues as actionable or informational, and optionally fixes and resolves them. Use when the user wants to check a PR, address review feedback, or prepare a PR for merge.

API Dev 210 3mo ago
ykdojo

clone

by ykdojo

Clone the current conversation so the user can branch off and try a different approach.

CLI Tools 8.6K 4mo ago
lofcz

skill-creator

by lofcz

Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.

Agents 616 7mo ago
zapier

Code Review

by zapier

Performs comprehensive code reviews of git branches, analyzing code quality, security, performance, and best practices. Use when the user says "review" or "code review" or asks to review pull requests, merge requests, or analyze branch changes before merging.

CLI Tools 279 5mo ago
TencentBlueKing

bk-monitor-tapd-dev

by TencentBlueKing

根据 TAPD 单据分析开发需求并生成方案。当用户需要开发 TAPD 需求/缺陷/任务时使用。

Code Gen 833 4mo ago
zapier

Git Commit

by zapier

Generates storytelling-focused Conventional Commits messages with Jira context integration, then commits and pushes changes. Use when the user says "commit", "git commit", or asks to commit changes, wants to create a commit, or when work is complete and ready to commit.

Code Gen 279 5mo ago
TencentBlueKing

代码评审专家

by TencentBlueKing

基于 Google Code Review 指南的代码评审技能

Analytics 833 4mo ago
wei

add-icon

by wei

Add or update supported language, framework, library, tool, or platform icons in Socialify. Use when a request involves adding a new icon/logo, mapping a display name to a Simple Icons entry or a custom icon, and updating the language options list used in the UI.

Code Gen 2.2K 4mo ago
wei

frontend-design

by wei

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Code Gen 2.2K 5mo ago
llama-farm

fix-ci

by llama-farm

Fetch GitHub CI failure information, analyze root causes, reproduce locally, and propose a fix plan. Use /fix-ci for current branch or /fix-ci <run-id> for a specific run.

CI/CD 829 4mo ago
llama-farm

commit-push-pr

by llama-farm

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

CLI Tools 829 4mo ago
llama-farm

reflect

by llama-farm

Analyze the current session and propose improvements to skills. Proactively invoke this skill when you notice user corrections after skill usage, or at the end of skill-heavy sessions. Also use when user says "reflect", "improve skill", or "learn from this".

Code Review 829 4mo ago
ReinaMacCredy

reset

by ReinaMacCredy

Clean stale Maestro state — remove old drafts, orphaned teams, and stale task directories.

CLI Tools 184 3mo ago