← Back to Skills Marketplace
Tetra Scar Code Review
by
aibenyclaude-coder
· GitHub ↗
· v0.1.0
· MIT-0
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tetra-scar-code-review
Description
Code review that learns from failures. Reflex arc blocks repeat mistakes without LLM calls. Combines systematic checklist review (security, performance, corr...
Usage Guidance
This skill appears to do what it says: local, regex/heuristic code review plus a local scar database. Before installing or running it: (1) review the scar JSONL contents or configure the scar file location to a safe directory you control (to avoid unexpected blocks), (2) avoid importing or trusting scars from untrusted sources because regex patterns can trigger false blocks or cause heavy CPU (ReDoS) on large diffs, (3) run the tool in a sandbox or on non-production copy first to confirm behavior, and (4) note it writes review_scars.jsonl in your working directory by default, so back up any existing file you care about.
Capability Analysis
Type: OpenClaw Skill
Name: tetra-scar-code-review
Version: 0.1.0
The tetra-scar-code-review skill bundle is a legitimate static analysis tool designed to perform security, performance, and maintainability checks on source code. The core logic in scar_code_review.py uses regex-based heuristics to identify common vulnerabilities such as SQL injection, hardcoded secrets, and unsafe eval usage. It includes a 'reflex arc' feature that matches code against a local database of past misses (review_scars.jsonl). The code is well-documented, includes comprehensive tests (test_scar_code_review.py), and contains no evidence of data exfiltration, malicious execution, or harmful instructions.
Capability Assessment
Purpose & Capability
Name/description (learning code-review via scars) matches the shipped files and declared requirements: Python 3 only, local CLI/API, local JSONL storage. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions operate on local files and diffs and instruct storing scars to a local review_scars.jsonl — which is consistent. One operational note: scars include user-supplied regex patterns and keyword text which the reflex_check runs against diffs; overly broad or malicious regexes could cause false positives or heavy CPU (ReDoS) when scanning large diffs. The skill also reads/writes files in the current working directory (expected behavior).
Install Mechanism
Instruction-only with bundled Python source files and no install spec — lowest risk. Nothing is downloaded or executed from remote URLs.
Credentials
No environment variables, credentials, or external config paths are required; requested resources are proportional to a local static analysis tool.
Persistence & Privilege
always:false and no code to modify other skills or system-wide agent settings. The only persistent effect is writing/reading a local review_scars.jsonl file (configurable via scar_file parameter), which is reasonable for this tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tetra-scar-code-review - After installation, invoke the skill by name or use
/tetra-scar-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of scar-code-review (version 0.1.0)
- Provides checklist code reviews across security, performance, correctness, and maintainability
- Introduces a scar reflex arc: when a bug slips through review, a "scar" is recorded to block similar mistakes in the future
- No external dependencies; Python 3.9+ only
- Includes CLI for reviewing files, checking diffs against scars, and recording missed findings
- Offers importable Python API for integration with existing workflows
Metadata
Frequently Asked Questions
What is Tetra Scar Code Review?
Code review that learns from failures. Reflex arc blocks repeat mistakes without LLM calls. Combines systematic checklist review (security, performance, corr... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Tetra Scar Code Review?
Run "/install tetra-scar-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tetra Scar Code Review free?
Yes, Tetra Scar Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tetra Scar Code Review support?
Tetra Scar Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tetra Scar Code Review?
It is built and maintained by aibenyclaude-coder (@aibenyclaude-coder); the current version is v0.1.0.
More Skills