git-cli-1-0-0Helper for using the Git CLI to inspect, stage, commit, branch, and synchronize code changes. Use when the user wants to understand or perform Git operations...
Install via ClawdBot CLI:
clawdbot install kenswj/git-cli-1-0-0Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
A new developer joins a team and needs to set up their local environment by cloning the repository, creating a feature branch, and making initial commits. This skill guides them through safe Git commands like git clone, git checkout -b, and git commit -m to ensure proper version control practices from day one.
A developer is preparing code for review and needs to inspect changes, stage files, and create a clean commit history. Using this skill, they can run git status and git diff to verify modifications, then use git add and git commit to package changes before pushing to a remote repository for team feedback.
In an agile development cycle, teams frequently create and merge branches for new features. This skill assists in branching workflows with commands like git branch and git checkout, and synchronizing changes via git fetch and git pull to maintain collaboration without conflicts.
A critical bug is discovered in production, requiring immediate fixes. Developers use this skill to stash ongoing work with git stash, switch to the main branch, apply fixes, and push changes safely using git push, avoiding destructive commands to prevent data loss.
In a coding bootcamp or university course, instructors use this skill to teach version control basics. Students learn to initialize repositories with git init, track changes with git add and git commit, and collaborate by cloning and pushing to remotes, building foundational Git knowledge.
Offer this skill as part of a free AI assistant to attract developers, then upsell premium features like advanced Git analytics or integration with CI/CD pipelines. Revenue is generated through subscription tiers for teams and enterprises seeking enhanced productivity tools.
Integrate this skill into a larger DevOps platform that provides Git management, code review, and deployment automation. Sell licenses to companies looking to streamline their development workflows, with revenue from annual contracts and support services.
Use this skill as a core component in paid online courses or certification programs for Git and version control. Revenue comes from course fees, certification exams, and corporate training packages aimed at upskilling professionals in software development.
💬 Integration Tip
Integrate this skill with code editors like VS Code or IDEs to provide real-time Git command suggestions, and ensure it checks for Git installation and repository status before offering advice to prevent errors.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...