skills/file-ops/SKILL.md
Use this skill for any file system operations, including reading, writing, editing, moving, or deleting files. Enforces strict safety protocols.
npx skillsauth add till-crazy-tears-us-apart/claude-code-engineering-suite file-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
cd "C:/My Docs")./. If backslashes are needed, ensure they are escaped or quoted properly.dir, del, copy, move. Use POSIX ls, rm, cp, mv.Mandatory for all filesystem interactions:
Glob, Read) to verify preconditions (file existence, current content) before any side-effect operation.Trigger: When analyzing code dependencies or fixing bugs.
Semantic Query Construction:
Definition-Chain Verification:
funcA() call? -> Find funcA definition.funcA uses InterfaceB? -> Find InterfaceB definition.InterfaceB extends BaseC? -> Find BaseC definition.Completeness Check:
TodoWrite (in CHINESE/简体中文 only).AskUserQuestion (in CHINESE/简体中文 only) to align boundaries.file_path and old_string/new_string before calling.Trigger: When reading 2 or more files.
Glob or ls.Read calls serially.file_path errors occur, switch to interactive one-by-one mode.Edit or MultiEdit.If Edit fails with "String to replace not found":
Grep for the new_string to see if it's already there.
old_string for whitespace/indentation mismatches. Retry once.MultiEdit to single Edit calls.data-ai
Deep repository analysis with multi-agent parallel perspectives. Requires /init + /remy-index as prerequisites. Produces structured research reports.
tools
Analyze CI/CD failure logs to diagnose build, test, and gate failures. Supports GitHub Actions (gh CLI), local log files, and pasted logs. Produces evidence packets for /remy-patch.
development
Generate persistent unit tests for existing or stub code. Supports post-hoc testing (default) and TDD mode (--tdd). Multi-angle agent analysis at medium/high effort levels.
tools
--- name: remy-secure description: Review branch changes for security vulnerabilities. Multi-stage: regex pre-scan, parallel agents, and false-positive filtering. allowed-tools: Read, Grep, Glob, Bash, AskUserQuestion, Agent argument-hint: "[low|medium|high] [diff_range (optional, e.g. HEAD~3...HEAD)]" disable-model-invocation: true --- # Security Audit Protocol Security-focused review of code changes on the current branch. Identifies exploitable vulnerabilities with high confidence (≥ 8/10),