← 返回
未分类 中文

git-quick

Show a quick summary of the current git repo — branch, status, recent commits, and contributor stats.
快速展示当前 Git 仓库的概览——分支、状态、最近提交和贡献者统计。
hackeryht hackeryht 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 373
下载
💾 1
安装
1
版本
#latest

概述

git-quick

A lightweight skill that displays a quick summary of the current git repository.

What it does

  • Shows current branch and tracking status
  • Lists modified/staged/untracked files
  • Displays the 5 most recent commits
  • Shows top contributors by commit count

Usage

Run the script directly:

bash git-quick.sh

Or use the shorthand:

bash git-quick.sh --short    # Only show branch + status
bash git-quick.sh --commits  # Only show recent commits
bash git-quick.sh --stats    # Only show contributor stats

Example Output

=== Git Quick Summary ===
Branch: main (up to date with origin/main)

--- Status ---
M  src/app.ts
A  src/utils.ts
?? config.local.json

--- Recent Commits ---
a1b2c3d feat: add user auth module          (2 hours ago)
e4f5g6h fix: resolve login redirect loop    (5 hours ago)
i7j8k9l docs: update API reference          (1 day ago)

--- Top Contributors ---
  alice  42 commits
  bob    28 commits
  carol  15 commits

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 328,948
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 75 📥 182,314
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,888