Skip to content

Commit f1782bf

Browse files
committed
Tighten pack metadata so installs match the documented audit scope
The repo had drift between the public summary, the installed prompt defaults, and the actual skill contracts. This update widens the default prompt metadata to match the skill specs, sharpens the README summary, and adds ignore rules so local install smoke tests and OMX state stop dirtying the checkout. Constraint: Keep the repo small and avoid reintroducing deleted eval or verification scaffolding Rejected: Add a new manifest or restore scripts/evals | extra repo surface without solving the immediate prompt-metadata drift Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep README copy and agents/openai.yaml prompts aligned with the skill contracts whenever the skill surfaces change Tested: git check-ignore for .omx and generated hidden */skills/ paths; npx skills add https://github.com/jasperdevs/computer-doctor --list --full-depth; isolated temp install of --all; architect, security, and code-review validation passes Not-tested: Clearing stale external skills.sh cache for the historical virus-scan page
1 parent 434b2a6 commit f1782bf

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.omx/
2+
skills-lock.json
3+
/.*/skills/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="./computerdoctor-v2.png" alt="computer-doctor graphic" width="220" />
33
<h1>computer-doctor</h1>
4-
<p>A small skill pack for auditing machine health, security posture, update hygiene, and developer-tool setup.</p>
4+
<p>A small skill pack for auditing machine health across security, startup, performance, storage, software quality, updates, and developer-tool setup.</p>
55
</div>
66

77
## Install
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 as a working environment 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."
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, suspicious processes, persistence, and obvious malware 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."
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
interface:
22
display_name: "Update Audit"
33
short_description: "Review operating-system, app, driver, runtime, package-manager, and core-tool updates"
4-
default_prompt: "Use $update-audit to ask for Audit mode or YOLO mode first, then inspect operating system, apps, drivers, runtimes, package managers, and core tools for outdated versions or upgrade opportunities."
4+
default_prompt: "Use $update-audit to ask for Audit mode or YOLO mode first, then inspect operating system, apps, drivers, runtimes, package managers, and core tools for outdated versions, weak choices, or obvious upgrade and replacement opportunities."

0 commit comments

Comments
 (0)