/status
Show git status with helpful context
$ 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
/status
Context preview
What this command does when you run it.
Show git status with helpful context
Command definition
status.mddescription: Show git status with helpful context allowed-tools: Bash(git:*) model: haiku
Show the current git status with helpful context.
Steps
1. Run `git status` 2. Summarize the state in a friendly format
Output Format
## Git Status Branch: [branch name] State: [clean / has changes / has conflicts] ### Staged Changes (ready to commit) - [files] ### Unstaged Changes (not staged) - [files] ### Untracked Files - [files] ### Suggested Next Steps - [what you might want to do next]
If the repo is clean, just say:
✓ Working tree clean on branch [name]
This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. 本项目是极客时间专栏 《Claude Code 工程化实战》 的官方配套示例仓库,目标就是: 👉 把 Claude Code 从“对话式编码工具”,变成 可设计、可复用、可治理的工程系统。
Other commands on claude-code-engineering.
- /commit
Quick git commit with auto-generated or specified message
Open command - /explain
Explain code in simple, beginner-friendly terms
Open command - /log
Show recent git history with summary
Open command - /review
对代码进行全面审查,输出结构化报告
Open command - /todo
Add a TODO comment to code with optional priority and assignee
Open command - /analyze
Deep analysis of code against project standards
Open command

