configure-justfile
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
/configure:justfile
Check and configure project Justfile against project standards.
When to Use This Skill
| Use this skill when... | Use another approach when... |
|---|---|
| Setting up a new Justfile for a project | Project already uses Make exclusively and migration is not desired — use /configure:makefile |
| Auditing existing Justfile for missing standard recipes | Writing complex custom recipes — use justfile-expert skill |
| Migrating from Makefile to Justfile | Project has no task runner needs (single-file scripts) |
| Ensuring Justfile follows team conventions (groups, comments, settings) | Debugging a specific recipe failure — use direct just commands |
| Running CI/CD compliance checks on project task runners | Only need to list available recipes — run just --list directly |