/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 | | Auditing existing Justfile for missing standard recipes | Writing complex custom recipes — use skill | | Migrating from Makefile to Justfile | Project has no task runner needs (single-file scripts) | | Ensuring Justfile follows team conventions (groups, c…