ITFE Code Review
PassAudited by ClawScan on May 13, 2026.
Overview
This instruction-only code-review skill is coherent and review-first; it inspects local git changes and asks before making edits.
This skill appears safe for normal code review use. Be aware that it will read your current git changes and may search related repository files; only approve implementation steps if you are comfortable with the agent editing your code.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may inspect source code in the current repository and related files while performing the review.
The skill instructs the agent to run local repository inspection commands and only make changes after explicit user approval. This is proportionate for code review, but it means the agent may read private source files and can later edit them if the user opts in.
Use `git status -sb`, `git diff --stat`, and `git diff`... If needed, use `rg` or `grep`... Do NOT implement any changes until user explicitly confirms.
Invoke it only in the intended repository, avoid using it on code you do not want processed by the agent/model, and review any proposed edits before approving implementation.
