Development
Command
/log
Show recent git history with summary
Install
$ npx -y skills add huangjia2019/claude-code-engineering --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/log
Context preview
What this command does when you run it.
Show recent git history with summary
Command definition
log.mddescription: Show recent git history with summary argument-hint: [optional: number of commits, default 5] allowed-tools: Bash(git:*) model: haiku
Show recent git commit history.
Number of commits: $ARGUMENTS (default: 5 if not specified)
Steps
1. Run `git log --oneline -n [count]` 2. Provide a brief summary
Output Format
## Recent Commits | Hash | Message | Author | Time | |------|---------|--------|------| | abc123 | feat: add login | John | 2h ago | | def456 | fix: null check | Jane | 5h ago | ... ### Summary - Total: [n] commits shown - Most active: [most frequent commit type] - Recent focus: [what recent work seems to be about]
Keep it concise and scannable.
Ships withclaude-code-engineering
This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. 本项目是极客时间专栏 《Claude Code 工程化实战》 的官方配套示例仓库,目标就是: 👉 把 Claude Code 从“对话式编码工具”,变成 可设计、可复用、可治理的工程系统。
Get the whole plugin
Stats
1,110
Stars
388
Forks
Maintained
Maintenance
JavaScript
Language
1mo ago
Last commit
7mo ago
Created
Repo: huangjia2019/claude-code-engineering
Other commands on claude-code-engineering.
Command
Command
Command
Command
Command
Command

