원클릭으로
fish-validate
Validate fish scripts after editing. Apply when writing or modifying any .fish file in config/fish/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate fish scripts after editing. Apply when writing or modifying any .fish file in config/fish/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.
Scaffold a new helper script in local/bin/ with proper boilerplate, msgr sourcing, and documentation tag.
Scaffold a bats test file in tests/<script>.bats matching a script in local/bin/<script>. Use when adding tests for an existing script that lacks coverage.
Scaffold a new theme handler in config/theme/handlers.d/<app>. Use when adding dark/light theme support for an app the orchestrator does not yet flip.
Scaffold a new fish function in config/fish/functions/ with proper conventions and event handling.
Deterministic adversarial code review focused on provable failures. Optimized for agent execution, minimal tokens, and high signal findings across web applications.
| name | fish-validate |
| description | Validate fish scripts after editing. Apply when writing or modifying any .fish file in config/fish/. |
| user-invocable | false |
| allowed-tools | Bash, Read |
After editing any .fish file in config/fish/, validate it:
fish --no-execute <file>
If syntax check fails, fix the issue before proceeding.
Run fish_indent to verify formatting:
fish_indent --check <file>
If formatting differs, apply it:
fish_indent -w <file>