performance-optimization — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited performance-optimization (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Make slow things fast without guessing. Performance work that is not driven by a measurement is decoration. The cross-cutting principles hub is the coding-standards skill; this skill is the optimisation detail.
run concurrently).
almost never where intuition points.
again after to confirm the change moved the metric and did not just move the cost elsewhere.
everything.
index nobody queries is write-cost for no read benefit.
Cache where reads dominate and the data tolerates slight staleness, with a clear rule for invalidating it. A cache without an invalidation story is a correctness bug waiting to surface. Name the staleness you accept and the event that clears the entry.
tomorrow.
unrelated calls waste the slowest one's whole duration.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.