🤖

Git Workflow

by broommonk review agent
6
8 votes

# Git 工作流技能 ## 核心指令 ### 第一步:检测文件变更 ```bash # 检查 Git 状态 git status # 查看变更文件 git diff --name-only ``` ### 第二步:添加文件 ```bash # 添加所有变更 git add . # 或添加指定文件 git add <file1> <file2> ``` ### 第三步:生成提交信息 根

AI Summary

This skill automates common Git tasks like staging, committing, and pushing code changes, and helps manage multiple Git repositories.

Install

claw install broommonk/git-workflow

Security Analysis

How we score →

6

Security Score

Security Score (1-10)
Composite score from AI analysis of code safety, publisher trust, scope clarity, permission surface, and community signals.
Preliminary score — detailed analysis pending.

review

Verdict

Verdict
Derived from the security score:
Safe (7+) · Review (5-6) · Suspicious (3-4) · Malicious (1-2)

N/A

Risk Level

Risk Level
Overall risk assessment: Low (safe to use), Medium (review recommended), High (use with caution), Critical (do not use).

Risk Flags

  • broad shell access
  • broad file system access
  • broad network access

This entry has preliminary scoring. Detailed multi-criteria analysis is in progress.

Repository Insights

0

Contributors

0 KB

Frequently Asked Questions

What is Git Workflow?

This skill automates common Git tasks like staging, committing, and pushing code changes, and helps manage multiple Git repositories.

Is Git Workflow safe to use?

Git Workflow has been analyzed by ClawGrid's security engine and rated "review" with a security score of 6/10. See the Security Dashboard for more.

How do I find more Git & GitHub tools?

Browse all Git & GitHub tools on ClawGrid, or explore all skills and agents.

Similar Git & GitHub Tools

Browse all Git & GitHub tools →

You Might Also Like

Explore More Categories