← 返回 Skills 市场
athola

Nm Sanctum Git Workspace Review

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-git-workspace-review
功能描述
Verify workspace state, staged changes, and preflight checks before commits or PRs
安全使用建议
This skill appears to do what it says: review git status, staged diffs, run format/lint, and run tests. Before installing or letting an agent run it autonomously: 1) Review the repository's Makefile and test files because make/pytest run code from the repo and can execute arbitrary commands. 2) Inspect the night-market.sanctum:shared config to ensure it contains no secrets you wouldn't want an agent to access. 3) If you don't fully trust the repo, run the recommended commands yourself rather than allowing autonomous execution. 4) Consider disabling autonomous invocation for this skill if you want to avoid the agent running repo commands without explicit approval.
功能分析
Type: OpenClaw Skill Name: nm-sanctum-git-workspace-review Version: 1.0.0 The skill provides a standard workflow for reviewing git workspace states, including staging changes and running linting/formatting via 'make'. All commands (git, pwd, make) are appropriate for the stated purpose of preparing for commits or PRs, and there is no evidence of data exfiltration, malicious execution, or prompt injection. Files involved: SKILL.md, modules/git-commands.md.
能力评估
Purpose & Capability
Name and description match the instructions: the skill is a git workspace review/preflight helper. It doesn't request unrelated binaries, credentials, or network endpoints. The only declared requirement is a plugin config path (night-market.sanctum:shared), which is plausible for plugin-scoped settings.
Instruction Scope
SKILL.md and modules instruct the agent to run git commands (pwd, git status, git diff, git log), make targets (make format && make lint), and pytest for a local test. These are coherent for a preflight review. Note: make targets and pytest run repository code and arbitrary shell commands defined in the repo (Makefile, tests), so letting an agent run them autonomously carries the usual risk of executing untrusted repo code.
Install Mechanism
Instruction-only skill with no install spec and no code files to write or download. Lowest-risk installation profile.
Credentials
No environment variables or external credentials are requested. The declared config path night-market.sanctum:shared is reasonable for plugin configuration; verify that configuration does not contain secrets before granting access.
Persistence & Privilege
always:false (not force-included). The skill is user-invocable and can be called autonomously by the agent (platform default). It does not request persistent system-wide changes or other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-sanctum-git-workspace-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-sanctum-git-workspace-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the git-workspace-review skill. - Provides structured preflight checks for git workflows, including status verification, code quality, diff statistics, and staged changes review. - Includes clear step-by-step progress tracking for robust commit or pull request preparation. - Features troubleshooting guidance for pre-commit hooks and merge conflicts. - Supports usage in Night Market workflows, with optional enhanced output when sem is available.
元数据
Slug nm-sanctum-git-workspace-review
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Sanctum Git Workspace Review 是什么?

Verify workspace state, staged changes, and preflight checks before commits or PRs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Nm Sanctum Git Workspace Review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-git-workspace-review」即可一键安装,无需额外配置。

Nm Sanctum Git Workspace Review 是免费的吗?

是的,Nm Sanctum Git Workspace Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Sanctum Git Workspace Review 支持哪些平台?

Nm Sanctum Git Workspace Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nm Sanctum Git Workspace Review?

由 athola(@athola)开发并维护,当前版本 v1.0.0。

💬 留言讨论