16,832 skills sorted by stars.
Analyze git repository changes, branch differences, and commit history. Use when analyzing branches, comparing changes, examining...
Git fundamentals - init, add, commit, status, log, and core concepts
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use this skill when you...
git add, commit, pushの定型操作を実行。レビュー対応や軽微な修正後のコミット・プッシュに使用。メインエージェントのコンテキスト節約のため、定型的なgit操作をこのSkillに委譲する。
git commit, push, PR作成を一括実行。新機能実装完了後やレビュー対応完了後に使用。メインエージェントのコンテキスト節約のため、定型的なPR作成フローをこのSkillに委譲する。
Introduction to Git version control - what, why, and first steps
This skill should be used when the user needs to review and respond to GitHub Pull Request comments. It automatically fetches revi...
"Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2)...
Detect GitHub repositories, check GitHub Actions status, find workflow runs by commit/branch/PR, download and analyze CI logs, sho...
How to interact with GitHub API. Use this skill for repos, PRs, issues, and user operations.
Review GitHub PRs with surgical precision. Flag only high-severity issues (bugs, security, performance, breaking changes) via succ...
Fetches issues from any GitHub repository with recent activity and generates a prioritized report by analyzing issue state, labels...
Analyze GitHub issues for the Nx repository and provide assignment recommendations based on technology stack, team expertise, and...
GitHub issues management assistant for Logseq Template Graph. Analyzes issues, triages with labels, plans implementations, generat...
Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja)...
GitHub リポジトリの情報を取得・要約するスキル。URL が github.com/{owner}/{repo} 形式の場合に使用。gh コマンドと DeepWiki MCP を活用してリポジトリの詳細情報を取得する。
Executes GitHub operations via gh CLI wrapper. Use when managing issues, pull requests, workflows, CI runs, projects, releases, ca...
You are a user of GitHub. You interact with GitHub repositories, issues, projects and prs.
Global Knowledge Graph for codebase analysis. This skill should be used when searching for code definitions (functions, classes, m...
Implement comprehensive input validation on both client and server sides with clear error feedback. Use this skill when validating...
用語集を作成するための詳細ガイドとテンプレート。用語集作成時にのみ使用。
CLI application patterns and best practices
Build production CLI tools with Cobra, Viper, and terminal UI
Go concurrency patterns - goroutines, channels, sync primitives
Use the Functional Option Pattern for configurable Go constructors. Applies to types needing multiple optional parameters with val...
Core Go programming concepts - syntax, types, interfaces, error handling
Build gRPC services with Go - protobuf, streaming, interceptors
Kubernetes operators and client-go development
Go modules and dependency management
Build production REST APIs with Go - handlers, middleware, security