All authors
majiayu000 avatar

Claude Skills by majiayu000

github.com/majiayu000
14,755 skillsA× 14,096B× 443C× 148D× 38F× 30549 installs11,848 views
Git AbsorbA

Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bugs in feature branches, or maintaining atomic commit history without manual interactive rebasing. Particularly useful for making corrections to recent commits without creating messy "fixes" commits.

documentationrustgo
0
76
Git Add CommitA

git addとgit commitを自動化し、変更内容に基づいて適切なコミットメッセージを生成します。ユーザーがコミットを作成したい時、変更をコミットしたい時に使用します。

toolsbashgit
0
76
Git AddA

**Goal:** Stage a single, cohesive set of related file changes for an atomic commit. **When:** Use when the agent wants to stage selected files for a git commit. **`NOTE`:** _Use this skill only for staging selected files, but not committing them._

toolsgobash
0
76
Git AdrA

Manage Architecture Decision Records (ADRs) using git-adr, a CLI tool that stores ADRs in git notes instead of files. Execute commands (init, new, edit, list, show, search, sync, supersede, link, attach, stats, export, import), generate ADR content in any format (MADR, Nygard, Y-Statement, Alexandrian, Business Case, Planguage), and teach ADR best practices. Use when users ask about: ADRs, architecture decisions, decision records, git-adr commands, documenting technical decisions, or need hel...

toolsgobash
0
76
Git Advanced WorkflowA

Expert guidance for advanced Git workflows, trunk-based development, monorepo strategies, and Git automation. Use when implementing Git workflows, managing complex repositories, or automating Git operations.

devopsgobash
0
76
Git AnalysisA

Analyze git repository changes, branch differences, and commit history. Use when analyzing branches, comparing changes, examining commit history, or preparing for PR/commit operations.

toolsbashgit
0
76
Git AnalyzerA

Git repository analysis: status, history, changes

toolsbashgit
0
76
Git Apply From CommitA

Carefully apply changes from a specific git commit to the current branch.

documentationbashgit
0
76
Git Atomic CommitA

Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and guiding through the commit process. Use when committing changes with proper conventional commit format and maintaining atomic commits.

developmentpythongo
0
76
Git AutomationA

Advanced Git operations automation including intelligent branching, commit optimization, release workflows, and repository health management

devopsgojava
0
76
Git Basic HelperA

Provide safe git commands for common tasks. Use when a junior developer needs help with branching, commits, or resolving simple conflicts.

toolsgogit
0
76
Git BasicsA

Git fundamentals - init, add, commit, status, log, and core concepts

developmentgobash
0
76
Git Batch CommitA

Intelligently detects when too many files are staged and automatically groups them by feature or functionality using Conventional Commits with user language preference

documentationrefactoringgit
0
76
Git Best PracticesA

Generate comprehensive, detailed git commit messages following best practices with problem explanations for fixes and complete change lists for features. Use when committing changes, writing commit messages, or when user mentions git commit, staging changes, or version control.

developmentgobash
0
76
Git Bisect DebuggingA

Use when debugging regressions or identifying which commit introduced a bug - provides systematic workflow for git bisect with automated test scripts, manual verification, or hybrid approaches. Can be invoked from systematic-debugging as a debugging technique, or used standalone when you know the issue is historical.

developmentjavascriptgo
0
76
Git BisectA

Automated git bisect for bug hunting with test script execution

documentationgobash
0
76
Git Bntvllnt Agent SkillsA

Unified git workflow for branch-first development: status/diff review, security-first commits, worktrees, and PR creation/review via gh. Auto-activates on: "commit", "push", "branch", "worktree", "pr", "pull request", "merge", "rebase", "git".

toolsbashgit
0
76
Git Branch CleanupA

Analyzes and safely cleans up local Git branches. Categorizes branches by merge status, staleness, and remote tracking. Provides interactive selection with safety guards. Use when the user wants to clean up branches, delete old branches, organize Git branches, or asks about which branches can be safely deleted.

toolsgobash
0
76
Git Branch ManagerA

Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.

toolsgobash
0
76
Git Branch NamerA

Use only when the user explicitly asks for a git branch name or branch naming suggestion. Output one strong recommendation in a consistent pattern, with minimal rationale.

developmentgit
0
76
Git Branch StrategyA

Use when planning git branching strategies or managing branches for development. Helps create clear development narratives through effective branch organization and workflow patterns.

developmentjavascriptgo
0
76
Git Branching StrategyA

This skill should be used when starting new feature work, mid-feature when wanting to add unrelated changes, when a branch has grown beyond 20 commits, or when unsure whether to create a new branch. Covers one-feature-one-branch rule, branch size targets, and when to split branches.

developmentgobash
0
76
Git BugA

Git-bug issue tracker commands. Use when asked about managing issues, creating bugs, or using the issue tracker.

toolsgit
0
76
Git Cd PrA

Crée une Pull Request en mode Continuous Delivery avec workflow complet : QA, labels version (major/minor/patch), feature flags, code review automatique.

toolsbashcode-review
0
76
Git ChainA

Manage and rebase chains of dependent Git branches (stacked branches). Use when working with multiple dependent PRs, feature branches that build on each other, or maintaining clean branch hierarchies. Automates the tedious process of rebasing or merging entire branch chains.

documentationrustgo
0
76
Git ChangelogA

Generate changelog from git commits and manage versions.

documentationphpbash
0
76
Git Changes ReporterA

生成结构化 git 变更报告(JSON + Markdown)。使用此技能当用户提到"git 变更"、"commit 摘要"、"代码审查"、"release note"、"近期改动"、"每日摘要",或需要分析指定 commit 区间的代码变更。包含三元组结构(设计意图、核心代码、影响范围)的语义化报告,适用于代码审查、发布说明、团队同步、CI/CD 等场景。

developmentpythongo
0
76
Git Ci Cd ManagerB

Automate Git workflow with conventional commits, setup GitHub Actions CI/CD, configure Husky hooks, manage PR automation, and handle semantic releases

documentationjavascripttypescript
0
76
Git Cli AgenticA

Git commands optimized for AI agent workflows with porcelain output and deterministic execution patterns.

toolsbashexpress
0
76
Git CmA

Commit changes to git with a descriptive conventional commit message. Use when ready to commit staged or unstaged changes.

toolsbashgit
0
76
Git Code ReviewA

Get git records for specified users and days, perform code review for each commit, and generate detailed code review reports

code-qualitycode-reviewgit
0
76
Git CollaborationA

Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch protection. Helps AI agents follow team conventions and collaborate effectively.

developmentgobash
0
76
Git CommandsA

Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.

toolsbashgit
0
76
Git Commit And PushA

Git Commit and Push. Use when user wants to commit and push changes together.

toolsbashgit
0
76
Git Commit AssistantA

Assists with careful Git commits in any repository. Activates when committing changes, checking .gitignore, or generating commit messages. Ensures proper file exclusion (credentials, MCP configs, personal settings), identifies untracked files, and generates Conventional Commits messages with Japanese explanations.

developmentgobash
0
76
Git Commit ComposerA

Create well-formatted semantic commit messages following project conventions. Use when committing changes to ensure consistent, descriptive commit history.

developmentpythongo
0
76
Git Commit ConventionalA

Generate conventional commit messages with strict formatting rules

developmentgogit
0
76
Git Commit CreatorA

Creates properly formatted Git commits following conventional commit standards for the MCPSpy project. Use when asked to commit changes, stage files, or manage git workflows. Has access to git status, diff, checkout, add, and commit commands.

toolsbashgit
0
76
Git Commit FormatA

Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.

documentationjavascriptjava
0
76
Git Commit GuideA

Git 提交规范(Conventional Commits)

developmentgobash
0
76
Git Commit GuidelinesA

Enforce git commit best practices using gitmoji + Conventional Commits format. TRIGGER when creating commits. Ensures quality-gate passes, prevents issue auto-closing (no Close/Fix keywords), includes Co-Authored-By for AI commits, and requires user approval before committing.

code-qualitytypescriptbash
0
76
Git Commit HelperA

Adherence to Conventional Commits and efficient Git history management using types, scopes, and advanced commit tools like fixup/amend. Triggers: git-commit, conventional-commits, breaking-change, fixup, git-amend, rebase.

toolsshellgit
0
76
Git Commit MakerA

Create well-formatted git commit messages following conventional commits standard. This skill should be used after completing coding tasks to create clear, descriptive commit messages that accurately reflect changes.

developmentgobash
0
76
Git Commit MasterA

按照 Conventional Commits 规范执行高质量的 git 提交,处理暂存、消息生成及钩子修复。

developmentgit
0
76
Git Commit MessageA

Use when the user asks for a git commit message or semantic commit guidance. Produce one semantic commit message that prioritizes stated intent and effect and stays consistent with the described change.

developmentgit
0
76
Git Commit MessagesA

Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create informative, well-structured commit messages that serve as documentation.

developmenttypescriptgo
0
76
Git Commit PushA

Skill para commits e pushes automatizados no GitHub. Analisa mudanças, gera mensagens descritivas seguindo convenções, valida código e executa git push com segurança. Acionado por "faça um git push" ou "commite tudo". Visão full-stack senior dev.

developmentjavascriptgo
0
76
Git Commit StandardA

Generates conventional commits based on file changes. Analyzes diffs and creates properly formatted commit messages.

developmentgobash
0
76
Git Commit StandardsA

Use when creating git commits or pull requests. Enforces conventional commit format and atomic change principles. Verified on Git 2.30+

developmentpythongo
0
76
Git Commit SummarizerA

Summarizes git commits for specified users over a given time period and generates markdown reports

developmentgit
0
76