fix(machine-health): advertise audit RunMode in argument-hint - #3674
Conversation
The skill already accepts weekly|on-demand|first-run and --dry-run. Autocomplete had no hint. Do not close #3542: the house-style convention and check-skill.sh criterion remain deferred. Co-authored-by: ksextonmelodic <ksextonmelodic@gmail.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Claude finished @kyle-sexton's task in 52s —— View job Code review complete
Skip gate: change is trivial with no meaningful review surface. Verified anyway before invoking it:
No findings. Nothing to flag. |
|
Claude finished @kyle-sexton's task in 35s —— View job Security review complete
No security-relevant changes. This PR is a metadata-only change:
No code paths, permissions, trust boundaries, or input handling are touched. No findings. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
|
Last security-reviewed head: |
No linked issue
Summary
machine-health:auditalready acceptsweekly|on-demand|first-runand--dry-run, but autocomplete had noargument-hint. This is the leftover concrete fix from#3542after#3673.Fix
argument-hint: "[weekly|on-demand|first-run] [--dry-run]"toplugins/machine-health/skills/audit/SKILL.md.House-style convention docs and a
check-skill.shargument-hint criterion stay deferred (#3620post-pilot gate). This PR does not close#3542.Verification
scripts/affected-tests.sh --run --explainselected no suites: every changed file is a recorded no-suite class.affected-tests no-suite result
Related
Refs #3542. Follows #3673 (items 2-5) and #3672 (machine-health 0.12.8
reference/rename).To show artifacts inline, enable in settings.