Skip to main content

validate-fish-plugin

Validate fish wrapper and completion changes with syntax and smoke checks.

Jump to install

Source facts

Repository
scaryrawr/az-auth.fish
Last source activity
February 27, 2026 at 14:46
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
validate-fish-plugin
description
Validate fish wrapper and completion changes with syntax and smoke checks.
# Validate fish plugin changes When changes touch `functions/*.fish` or `completions/*.fish`, run: 1. Syntax check: - `fish --no-execute functions/*.fish completions/*.fish` 2. For each changed wrapper (`npm`, `npx`, `pnpm`, `pnpx`, `yarn`, `bun`), run: - `fish -c 'function az; echo fake-token; end; for f in functions/*.fish; source $f; end; <tool> --version >/dev/null'` 3. If `functions/write-npm.fish` changed, verify usage error behavior: - `fish -c 'source functions/write-npm.fish; write-npm; echo status:$status'` Report failures with the exact command and first failing output.
View on GitHub