← Back to Skills Marketplace
athola

Nm Attune Precommit Setup

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-attune-precommit-setup
Description
Configure pre-commit hooks for linting, type checking, formatting, and testing to enforce quality gates on every commit
Usage Guidance
This skill is coherent and appears safe in purpose, but be aware that pre-commit installs will download and run code from the listed hook repositories (GitHub). Before enabling hooks: review and pin hook revisions, inspect any custom hook scripts you add, test hooks locally (they run in your environment), and consider CI integration to avoid blocking commits with long-running hooks. If your environment disallows external downloads or you have strict security policies, audit the referenced hook repos (especially security scanners like bandit) before installing.
Capability Analysis
Type: OpenClaw Skill Name: nm-attune-precommit-setup Version: 1.0.0 The skill bundle provides a comprehensive framework for setting up a three-layer pre-commit quality system (linting, type checking, and testing) for Python, Rust, and TypeScript projects. The provided shell scripts (e.g., scripts/run-component-lint.sh) and YAML configurations are standard development tools designed to improve code quality and do not contain any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md: instructions cover creating .pre-commit-config.yaml, per-component scripts, and hook configuration for Python/Rust/TypeScript. Nothing requested in the skill (no env vars, no binaries, no installs) is unrelated to setting up pre-commit hooks.
Instruction Scope
Instructions stay on-topic (creating configs, scripts, and running/validating hooks). The skill references external pre-commit hook repositories (GitHub URLs such as ruff, mypy, bandit) which implies that installing the hooks will download and execute code from those repos—this is normal for pre-commit workflows but worth auditing. No instructions ask the agent to read unrelated system files or secrets.
Install Mechanism
There is no install spec in the skill (instruction-only), so nothing is written to disk by the skill itself. However, following the instructions will cause pre-commit to fetch hook code from external sources (GitHub repos listed in the example config). That external fetch is expected but is the primary runtime action that results in code being placed and executed locally.
Credentials
The skill declares no required environment variables, credentials, or config paths. The documented hooks/tools (ruff, mypy, bandit, rustfmt, clippy, eslint, etc.) are appropriate for the stated quality tasks and do not require unrelated credentials.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent agent privileges, and does not modify other skills or system-wide agent settings. It simply instructs repository-local configuration changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-attune-precommit-setup
  3. After installation, invoke the skill by name or use /nm-attune-precommit-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the precommit-setup skill, providing comprehensive pre-commit hook configuration and guidance. - Adds a three-layer pre-commit quality system: fast global lint/type/security checks, component-scoped checks, and structural validation. - Documents best practices and setup for Python, Rust, and TypeScript projects, including detailed sample .pre-commit-config.yaml. - Provides ready-to-use scripts for component-specific linting and type checking in monorepos/plugin architectures. - Offers workflow, optimization, troubleshooting tips, and CI integration advice. - Designed for plug-and-play adoption or upgrade of project quality gates.
Metadata
Slug nm-attune-precommit-setup
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Attune Precommit Setup?

Configure pre-commit hooks for linting, type checking, formatting, and testing to enforce quality gates on every commit. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Nm Attune Precommit Setup?

Run "/install nm-attune-precommit-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Attune Precommit Setup free?

Yes, Nm Attune Precommit Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Attune Precommit Setup support?

Nm Attune Precommit Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Attune Precommit Setup?

It is built and maintained by athola (@athola); the current version is v1.0.0.

💬 Comments