Git & VCS

Git operations, commit helpers, branch management

Showing 961-984 of 4619 skills
leeovery

technical-specification

by leeovery

"Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in .workflows/specification/{topic}/specification.md that can be used to build implementation plans."

Code Review 28 5mo ago
leeovery

technical-discussion

by leeovery

"Document technical discussions as expert architect and meeting assistant. Capture context, decisions, edge cases, debates, and rationale without jumping to specification or implementation. Use when: (1) Users discuss/explore/debate architecture or design, (2) Working through edge cases before specification, (3) Need to document technical decisions and their rationale, (4) Capturing competing solutions and why choices were made. Creates documentation in .workflows/discussion/{topic}.md that can be used to build validated specifications."

Code Gen 28 5mo ago
leeovery

technical-review

by leeovery

"Validate completed implementation against plan tasks and acceptance criteria. Use when: (1) Implementation is complete, (2) User wants validation before merging/shipping, (3) Quality gate check needed after implementation. Reviews ALL plan tasks for implementation correctness, test adequacy, and code quality. Produces structured feedback (approve, request changes, or comments) - does NOT fix code."

Automation 28 5mo ago
leeovery

technical-research

by leeovery

"Explore ideas, validate concepts, and research broadly across technical, business, and market domains. Use when: (1) User has a new idea to explore, (2) Need to research a topic deeply, (3) Validating feasibility - technical, business, or market, (4) Learning and exploration without necessarily building anything, (5) User says 'research this' or 'explore this idea', (6) Brain dumping early thoughts before formal discussion. Creates research documents in .workflows/research/ that may feed into discussion or specification."

Academic 28 5mo ago
catlog22

issue-execute

by catlog22

Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.

Automation 2.1K 5mo ago
bobmatnyc

mpm-circuit-breaker-enforcement

by bobmatnyc

Complete circuit breaker enforcement patterns with examples and remediation

Embeddings 144 6mo ago
bobmatnyc

mpm-organize

by bobmatnyc

Organize project files with intelligent consolidation

File Ops 144 6mo ago
bobmatnyc

Brainstorming Ideas Into Designs

by bobmatnyc

Interactive idea refinement using Socratic method to develop fully-formed designs

Code Gen 144 8mo ago
bobmatnyc

pm-bug-reporting

by bobmatnyc

Bug reporting protocol for PM and agents to file GitHub issues

Agents 144 5mo ago
bobmatnyc

pm-teaching-mode

by bobmatnyc

Comprehensive teaching templates and progressive disclosure patterns for PM teacher mode

API Dev 144 6mo ago
bobmatnyc

mpm-session-pause

by bobmatnyc

Pause session and save current work state for later resume

Auth 144 6mo ago
bobmatnyc

mpm-init

by bobmatnyc

Initialize or update project for Claude Code and MPM

Code Gen 144 6mo 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 834 5mo 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 834 6mo 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 834 6mo ago
vinta

second-opinions

by vinta

Use when wanting independent review from external models before merging, committing, or finalizing architecture or plan decisions, or when the user asks for a second opinion, codex review, or gemini review

Agents 120 5mo ago
catlog22

clean

by catlog22

Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution. Supports targeted cleanup and confirmation.

Agents 2.1K 5mo ago
vinta

update-allowed-tools

by vinta

Use when creating or editing a skill that uses Bash commands, external tools, or skill invocations and the allowed-tools frontmatter may be incomplete

CLI Tools 120 5mo ago
vinta

commit

by vinta

Use when completing an implementation task, when the user asks to commit, or when changes span multiple concerns and need separate logical commits (structural vs behavioral vs config)

CLI Tools 120 5mo ago
TokenRollAI

update-doc

by TokenRollAI

"Use when user says 'update docs', 'sync documentation', 'refresh docs', or after code changes need documenting. Updates llmdoc system based on recent code changes."

Code Gen 456 6mo ago
TokenRollAI

commit

by TokenRollAI

"Use when user says 'commit', 'save changes', 'wrap up', 'done with changes', or wants to create a git commit. Analyzes staged/unstaged changes and generates conventional commit messages based on project history."

Code Gen 456 6mo ago
keep-starknet-strange

cairo-security

by keep-starknet-strange

Use when reviewing Cairo contracts for security — common vulnerabilities, audit patterns, production hardening, Cairo-specific pitfalls, L1/L2 bridging safety, session key security, precision/rounding bugs, static analysis tooling. Sourced from 50+ public audits and the Cairo Book.

Code Review 81 5mo ago
holon-run

project-pulse

by holon-run

"Automated PM sync skill for GitHub-first projects. Use it to sync issue state from GitHub, maintain a local cache cursor, and generate priority/risk reports plus next actions for controller planning."

Code Review 135 5mo ago
fayazara

macos-release

by fayazara

Release a native macOS app to GitHub with DMG packaging and Sparkle appcast updates. Use this skill whenever the user wants to publish a new version, create a release, ship an update, push a release to GitHub, or update the appcast. Also trigger when the user mentions DMG creation, Sparkle signing, notarization, archiving, or anything related to distributing a new version of their macOS app. This covers the full release pipeline: archive, notarize, export, create DMG, sign with Sparkle EdDSA, update appcast.xml, git push, and GitHub release creation.

CLI Tools 629 1mo ago