Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:28 +08:00
commit e063391898
27 changed files with 3055 additions and 0 deletions

8
commands/git-status.md Normal file
View File

@@ -0,0 +1,8 @@
---
allowed-tools: Bash, Read
description: Analyze current git repository state and differences from remote
---
# Git Status
Analyze current git repository state including status, branch information, differences from remote, and recent commits. Use $ARGUMENTS for specific branch or filter options, provide actionable summary with next steps recommendations highlighting any uncommitted changes or divergence from remote branch.