Validate

Run fish syntax and completion validation for this repository.

scaryrawr a41a638 749 B Updated

File contents

Validate copilot.fish changes

When to use

  • After modifying completions/copilot.fish
  • After modifying files in functions/
  • Before opening or updating a pull request

Instructions

  1. Run syntax checks:

    fish -n completions/copilot.fish
    fish -n functions/*.fish
    
  2. Run targeted completion checks:

    complete -C"copilot --mo"
    complete -C"copilot --agent "
    complete -C"copilot plugin marketplace "
    
  3. Verify wrapper function loading:

    source functions/yopilot.fish && functions -q yopilot
    
  4. If a check fails, apply minimal fixes and rerun all checks.

scaryrawr/copilot.fish/tree/main/.github/skills/validate commit a41a638dbb

Frequently asked questions

npx skillmds@latest add scaryrawr/validate