the signals and their derived score are provisional and subject to change.
validate manually before sharing.
5969e396f4e5c98b64a5df929e3ee67629295d6enone
skills/just/SKILL.mdTool: unspecified---
name: just
description: >
Reference for `just`, the command runner. Use when working in a project with
a `justfile` or when the user mentions `just` or `justfile`.
---
Just
====
Discovery
---------
- `just --dump` Print justfile
- `just --evaluate` Print variable values
- `just --help` Print detailed command-line syntax help
- `just --list` Print recipes with descriptions
- `just --show <RECIPE>` Print recipe source
- `just --summary` Print recipes without descriptiosn
Execution
---------
- `junone