Skip to content

Commit b504ebb

Browse files
committed
Make the skills more disciplined about prioritization and evidence
The pack-level structure was in better shape than the actual skill contracts. These prompt and report updates make the skills more consistent about what to prioritize, when to separate confirmed issues from suspicion, and how to report impact, confidence, and next steps without drifting into generic advice. Constraint: Improve the installed skill behavior without expanding the repo or adding new commands Rejected: Rewrite the skills more heavily | the core coverage was already good; the gap was consistency and decision quality Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep report templates and default prompts aligned whenever a skill adds or tightens decision rules Tested: Local `npx skills add . --list --full-depth`; readback of updated SKILL.md, report, and openai.yaml surfaces Not-tested: Real execution quality on live machines after these prompt refinements
1 parent cfe908a commit b504ebb

14 files changed

Lines changed: 18 additions & 5 deletions

File tree

skills/computer-doctor/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This is the top-level command for checking the computer as a whole working envir
4545
- In YOLO mode, proceed without repeated approval, but still avoid reckless actions
4646
- Prefer direct evidence over guesses
4747
- Clearly separate confirmed issues from suspicion
48+
- Prioritize the few highest-impact issues before listing cleanup-grade findings
49+
- Avoid bloating the report with low-value observations when larger risks or bottlenecks dominate
4850

4951
## Workflow
5052

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
interface:
22
display_name: "Computer Doctor"
33
short_description: "Run a broad machine audit across security, startup, performance, storage, software, updates, and developer tools"
4-
default_prompt: "Use $computer-doctor to ask for Audit mode or YOLO mode first, then audit this machine across security posture, startup behavior, performance, storage, software quality, updates, and developer tooling, and report the highest-impact findings."
4+
default_prompt: "Use $computer-doctor to ask for Audit mode or YOLO mode first, then audit this machine across security posture, startup behavior, performance, storage, software quality, updates, and developer tooling, and report the highest-impact findings first with evidence, confidence, and prioritized next steps."

skills/computer-doctor/references/report-template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ For each finding, include:
1616
- what was found
1717
- why it matters
1818
- evidence
19+
- severity or priority
1920
- confidence
2021
- recommended next step

skills/devtools-audit/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If the user already picked a mode earlier in the same task, do not ask again.
4444
- Recommend improvements that fit the tools already present on the machine
4545
- in Audit mode, ask before changing anything
4646
- in YOLO mode, proceed without repeated approval, but still avoid reckless actions
47+
- Distinguish broken setup from optional cleanup or standardization advice
48+
- Avoid recommending toolchain migrations unless there is a concrete conflict, dead setup, or maintenance problem
4749

4850
## Output
4951

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
interface:
22
display_name: "Devtools Audit"
33
short_description: "Review shells, PATH, runtimes, SDKs, package managers, Git tooling, and developer-tool conflicts"
4-
default_prompt: "Use $devtools-audit to ask for Audit mode or YOLO mode first, then inspect shells, PATH, runtimes, SDKs, package managers, Git tooling, and developer-tool conflicts."
4+
default_prompt: "Use $devtools-audit to ask for Audit mode or YOLO mode first, then inspect shells, PATH, runtimes, SDKs, package managers, Git tooling, and developer-tool conflicts, reporting broken or conflicting setup first with evidence, impact, confidence, and practical next steps."

skills/devtools-audit/references/report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ For each concrete issue, include:
1414
- what was found
1515
- evidence
1616
- impact
17+
- confidence
1718
- recommended next step

skills/security-scan/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ If the user already picked a mode earlier in the same task, do not ask again.
4343
- in Audit mode, ask before changing anything
4444
- in YOLO mode, proceed without repeated approval, but still avoid reckless actions
4545
- if confidence is limited, say so plainly
46+
- separate confirmed issues from suspicious patterns that still need deeper inspection
47+
- avoid recommending destructive remediation unless the evidence is strong enough to justify it
4648

4749
## Output
4850

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
interface:
22
display_name: "Security Scan"
33
short_description: "Check malware signals, suspicious persistence, protection coverage, and obvious security issues"
4-
default_prompt: "Use $security-scan to ask for Audit mode or YOLO mode first, then inspect antivirus coverage, firewall status, suspicious processes, persistence, risky permissions, and obvious malware or unwanted-software signals."
4+
default_prompt: "Use $security-scan to ask for Audit mode or YOLO mode first, then inspect antivirus coverage, firewall status, suspicious processes, persistence, risky permissions, and obvious malware or unwanted-software signals, clearly separating confirmed issues from suspicious patterns with evidence and confidence."

skills/security-scan/references/report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Use this shape:
44

55
1. protection status
66
2. highest-risk findings
7+
- confirmed or suspicious
78
- title
89
- evidence
910
- confidence

skills/update-audit/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If the user already picked a mode earlier in the same task, do not ask again.
4444
- distinguish “outdated” from “optional upgrade”
4545
- in Audit mode, ask before changing anything
4646
- in YOLO mode, proceed without repeated approval, but still avoid reckless actions
47+
- separate urgent security or stability updates from ordinary freshness improvements
48+
- only recommend replacements when there is a concrete maintenance, security, or usability reason
4749

4850
## Output
4951

0 commit comments

Comments
 (0)