Assess a run of The Engineer on this machine — investigate what its daemon actually did on a task and judge how well it did it, end to end, to find what to improve in The Engineer itself. Reads the run's own artifacts (the ~/.engineer SQLite store, traces, journals), the commits, and the PR. Use this whenever the user wants to evaluate, diagnose, or post-mortem an Engineer run/task/daemon execution: 'assess this run', 'how did the engineer do', 'why did this task get stuck / fail / crash', 'it stopped halfway, what happened', 'diagnose task X', 'what can we improve from this run', 'how did it do against the whole flow'. This is for The Engineer's OWN runs (dogfooding), not for reviewing an external project (use investigate-project) or reviewing an uncommitted diff (use /review or /code-review).
$npx -y skills add farzammohammadi/the-engineer --skill assess-runInstalls into the current project.
Run `npx skills use "https://github.com/farzammohammadi/the-engineer" --skill "farzammohammadi/the-engineer/assess-run"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/farzammohammadi/the-engineer" that are relevant to the current task. Run `npx skills add "https://github.com/farzammohammadi/the-engineer"` and select the relevant skills, then follow their instructions.