← Back to Skills Marketplace
73
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-sanctum-pr-prep
Description
Prepare pull requests by running quality gates, drafting descriptions, and validating tests before submission
Usage Guidance
This skill appears to do what it says: run local quality gates, review diffs, and draft a PR description. Before installing/using it: 1) run it in a repo sandbox first — it assumes git/make/npm/grep and will read diffs and write PR text into your repo; 2) verify any automated deletion or TaskUpdate steps (TodoWrite deletion) to avoid accidentally removing audit items you want to keep; 3) ensure tests/quality commands you run don't inadvertently access secrets or remote services (CI-only tests may require credentials); 4) confirm the other Night Market skills it references are available if you expect full automation. There are no network exfiltration endpoints or credential requests declared in the skill.
Capability Analysis
Type: OpenClaw Skill
Name: nm-sanctum-pr-prep
Version: 1.0.0
The skill bundle provides a legitimate and well-structured workflow for preparing pull requests, including running quality gates (linting/testing), performing self-reviews, and generating PR descriptions. It utilizes standard development tools like git, grep, and project-specific build commands (make, npm, cargo) as expected for its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found across SKILL.md or its supporting modules.
Capability Assessment
Purpose & Capability
The skill is an instruction-only PR-prep workflow and its declared config-path dependencies point to other Night Market skills (git-workspace-review, scribe, imbue), which is consistent with a coordinated multi-skill workflow. It does not declare required environment variables or binaries, yet the instructions assume standard developer tooling (git, make, npm, grep). The absence of explicit required binaries is not malicious but users should be aware the skill expects those tools to be present.
Instruction Scope
SKILL.md instructs the agent to run formatting/lint/test commands, inspect diffs, run grep checks for debug/TODO patterns, summarize changes, and write a PR description to a path for confirmation. All actions are coherent with preparing a PR. There are no instructions to read unrelated system secrets or to transmit repository contents to external endpoints.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by an installer—this is the lowest-risk model and appropriate for the skill's purpose.
Credentials
The skill requests no environment variables or credentials. The only declared requirements are config paths pointing to other Night Market skills (used for orchestration and proof-of-work/structured-output), which is proportionate for a cross-skill workflow.
Persistence & Privilege
always:false and user-invocable:true (normal). The modules reference creating and optionally deleting TodoWrite task items (task deletion is described in modules/todowrite-patterns.md). Deleting tracking items could remove audit trail entries if performed; the skill does not itself claim unconditional, platform-wide persistence or alter other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-sanctum-pr-prep - After installation, invoke the skill by name or use
/nm-sanctum-pr-prep - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release of pr-prep skill for Night Market Sanctum.
- Provides an end-to-end workflow for preparing high-quality pull requests.
- Runs quality gates, validates tests, and synchronizes capability documentation before submission.
- Guides users through self-review, change summarization, and standards-compliant PR drafting.
- Enforces language quality and evidence-based PR descriptions; eliminates slop and AI references.
- Includes troubleshooting and remediation steps.
Metadata
Frequently Asked Questions
What is Nm Sanctum Pr Prep?
Prepare pull requests by running quality gates, drafting descriptions, and validating tests before submission. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install Nm Sanctum Pr Prep?
Run "/install nm-sanctum-pr-prep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Sanctum Pr Prep free?
Yes, Nm Sanctum Pr Prep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Sanctum Pr Prep support?
Nm Sanctum Pr Prep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Sanctum Pr Prep?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills