Git & VCS

Git operations, commit helpers, branch management

Showing 337-360 of 5242 skills
jeremylongshore

apex-recon

by jeremylongshore

Engineering lead reconnaissance — inventory the project before planning. Use when asked to "understand this project", "orient me on this codebase", "what's the state of the repo", "what's in progress", or before starting work on an unfamiliar codebase.

CI/CD 2.7K 4mo ago
jeremylongshore

flush

by jeremylongshore

Use when the user wants to manually flush a deferred-commit queue from a prior or interrupted chain. Reads .hyperflow/commits-queue/manifest.json, fast-forwards the staging branch onto the user's branch, deletes staging, clears the queue. Recovery interface when a chain crashed before its Step 4 auto-flush ran. Trigger with /hyperflow:flush, "flush pending commits", "flush queue", "apply staged commits", "where are my commits".

Git & VCS 2.7K 2mo ago
jeremylongshore

apex-status

by jeremylongshore

CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.

CLI Tools 2.7K 3mo ago
jeremylongshore

hyperflow-deploy

by jeremylongshore

Hyperflow ship phase. Use when the user is ready to release — verbs like ship, push, release, deploy, "cut a release", "ready to push". Runs pre-push gates (lint + typecheck + build + tests + security sweep), then asks before pushing. Never --no-verify, never force-push to main.

CI/CD 2.7K 3mo ago
jeremylongshore

issue

by jeremylongshore

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the standard chain with a PR exit. Trigger with /hyperflow:issue, "work on issue #N", "fix this issue <url>", "implement this issue", "triage issue #N and raise a PR".

Comments 2.7K 2mo ago
Agenta-AI

add-announcement

by Agenta-AI

Helps add announcement cards to the sidebar banner system. Use when adding changelog entries, feature announcements, updates, or promotional banners to the Agenta sidebar. Handles both simple changelog entries and complex custom banners.

Processing 4.5K 1mo ago
Agenta-AI

implement-feature

by Agenta-AI

Drive a researched and planned feature to a landed, tested change. Use after plan-feature has produced a docs/design/<project>/ workspace and the user says "implement it", "build the plan", "run the plan", or "let's ship this". Orchestrates refresh-plan, implement, review, a debug-local-deployment loop, and a test loop across the daytona / local-pi / claude x SDK / UI matrix, then documentation and a GitButler stacked branch. The orchestrator stays in the loop and spins narrow subagents for each phase.

Code Review 4.5K 1mo ago
Agenta-AI

write-docs

by Agenta-AI

Use when writing or editing documentation pages (concept pages, how-to guides, API reference prose, tutorials) under docs/. Provides the writing style, voice, and structural rules for Agenta docs. Apply this skill before drafting any new docs page, and include it in the brief for any subagent tasked with writing docs.

Comments 4.5K 1mo ago
Agenta-AI

triage-findings

by Agenta-AI

Coordinate findings work with the user, decide whether scan, test, or sync should run, and turn the current findings set into a ready plan. Accept optional path and GitHub PR url; default to path=infer. Confirm effective variables before starting.

Code Review 4.5K 1mo ago
microsoft

gitlab

by microsoft

'Manage GitLab merge requests and pipelines with a Python CLI'

CLI Tools 1.4K 27d ago
alirezarezvani

adversarial-reviewer

by alirezarezvani

"Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer."

Code Review 25.2K 5mo ago
alirezarezvani

Release Manager

by alirezarezvani

The Release Manager skill transforms chaotic deployments into predictable, reliable releases that build confidence across your entire organization.

CI/CD 25.2K 6mo ago
kylesnowschwartz

sc-frontend-design

by kylesnowschwartz

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

Animation 112 7mo ago
CharlesWiltgen

axiom-display-performance

by CharlesWiltgen

Use when app runs at unexpected frame rate, stuck at 60fps on ProMotion, frame pacing issues, or configuring render loops. Covers MTKView, CADisplayLink, CAMetalDisplayLink, frame pacing, hitches, system caps.

Code Review 1.1K 7mo ago
windmill-labs

local-review

by windmill-labs

Code review the current PR (or branch diff against main) for bugs, security, and AGENTS.md compliance. MUST use when asked to review code.

Comments 17.7K 4mo ago
windmill-labs

pr

by windmill-labs

Open a draft pull request on GitHub and drive CI review rounds until it is ready. MUST use when you want to create/open a PR.

Comments 17.7K 25d ago
windmill-labs

update-sqlx

by windmill-labs

How to safely update SQLx offline query cache. MUST use when SQL queries change.

Database 17.7K 25d ago
windmill-labs

local-review-codex

by windmill-labs

Run the CI Codex PR review locally against this branch's unpushed work (committed + uncommitted) before pushing. Same policy, model, and reasoning effort as the codex-pr-review GitHub action.

CLI Tools 17.7K 1mo ago
windmill-labs

commit

by windmill-labs

Create a git commit with conventional commit format. MUST use anytime you want to commit changes.

Debugging 17.7K 4mo ago
benjaminasterA

address-github-comments

by benjaminasterA

"Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI."

CLI Tools 192 6mo ago
cat-xierluo

universal-media-downloader

by cat-xierluo

输入各类视频网站/播客平台链接后,自动下载对应媒体文件并交付给用户。优先使用 yt-dlp 覆盖抖音(Douyin)、B站(Bilibili)、YouTube 等常见视频网站,也可用于可直接暴露音频地址的播客平台(如小宇宙单集链接)。当遇到 403/登录/年龄或地区限制时,支持使用 cookies.txt 重试;对于可能存在 DRM/加密或条款限制的平台(例如部分 Spotify 内容),应提示用户仅下载其有权保存的内容,并在不可下载时建议改用官方离线/导出渠道或提供原始 RSS/直链。注意:抖音图文笔记暂不支持自动下载,需手动处理。

Processing 610 6mo ago
cat-xierluo

github-star-tracker

by cat-xierluo

GitHub Star 项目更新追踪与可视化 Dashboard 工具,自动检测版本发布、活跃度变化,生成 HTML 可视化面板

Analytics 610 6mo ago
cat-xierluo

repo-research

by cat-xierluo

GitHub 仓库深度研究与整合分析工具。支持单个/多个仓库研究、与本地项目对比分析、启发式整合建议。支持主题驱动搜索模式:自动搜索相关仓库、克隆、分析并生成报告。克隆远程仓库到本地 research/ 目录,进行深度代码分析、架构评估、依赖解析,并生成结构化研究报告。触发条件:用户提供 GitHub URL 请求研究/分析/整合/对比时,或提供主题关键词请求搜索并研究相关仓库时。

Academic 610 6mo ago
cat-xierluo

github-auto-star

by cat-xierluo

"从内容(文章、截图、文字)中自动提取 GitHub 仓库并 star。使用场景:(1) 用户要求分析内容并 star 相关 GitHub 项目,(2) 处理提到工具或库的文章/博客,(3) 分析包含技术引用的截图,(4) 设置定时任务自动发现并 star 仓库。"

CLI Tools 610 6mo ago