workspace-fit
Installation
SKILL.md
Workspace Fit
Audit only the repository evidence available locally. Do not treat the audit as permission to install, start, migrate, build, or modify anything.
Safety boundary
- Keep the audit read-only. Do not create, edit, delete, stage, or commit files.
- Do not run setup scripts, package managers, builds, tests, migrations, containers, databases, servers, watchers, or other project commands.
- Do not make network requests or invoke external services.
- Do not read secret values,
.envfiles, credential stores, key files, or untracked private data. It is enough to note that a documented secret or service dependency exists. - Prefer repository search and file reads. If shell inspection is necessary, use only read-only
commands such as
pwd,git status --short,git ls-files,find,ls,file,sed,rg, andgit grep. - Report uncertainty instead of inferring facts that the repository does not support.