← Back to Skills Marketplace
74
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-sanctum-git-workspace-review
Description
Verify workspace state, staged changes, and preflight checks before commits or PRs
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-sanctum-git-workspace-review - After installation, invoke the skill by name or use
/nm-sanctum-git-workspace-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Nm Sanctum Git Workspace Review?
Verify workspace state, staged changes, and preflight checks before commits or PRs. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Nm Sanctum Git Workspace Review?
Run "/install nm-sanctum-git-workspace-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Sanctum Git Workspace Review free?
Yes, Nm Sanctum Git Workspace Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Sanctum Git Workspace Review support?
Nm Sanctum Git Workspace Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Sanctum Git Workspace Review?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills