diagnose — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited diagnose (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.
Think harder.
Check conversation context and skip completed steps.
Fact (confirmed): the server returns 200Assumption (unconfirmed): the client receives the full HTML bodyMisidentifying an assumption as a fact is the most common source of wasted investigation.
Confirm if: [what observation would prove this is the cause]Eliminate if: [what observation would rule this out]A hypothesis you can't falsify in both directions is too vague to test.
Start with the cheapest source of truth that can kill hypotheses:
Only add new instrumentation when existing evidence is insufficient.
diagnose/references/runtime-debugging.md#region agent log / #endregion markers for any instrumentation you addhypothesisIdagent-browser skill when reproduction or inspection needs itOutput structured diagnosis:
## Diagnosis: [Issue Title]
### Symptoms
- [What was observed]
### Evidence
- [Finding] — `file:line` or runtime source — hypothesis X
- ...
### Root Cause
[Confirmed or most likely cause, with evidence]
### Hypotheses Tested
| # | Hypothesis | Confirm if | Eliminate if | Result |
|---|-----------|-----------|-------------|--------|
| A | ... | [what observation would prove this] | [what observation would rule this out] | Confirmed/Eliminated/Inconclusive |
### Recommended Next Steps
- [What to do next — usually hand off to `/fix` with this diagnosis]
### Active Instrumentation
- [List files with `#region agent log` blocks still in place, or `None`]/fix with the diagnosis; it does not prescribe specific parameter values, code snippets, or step-by-step implementation instructions.#region agent log blocks, leave them in place for /fix to verify the repair and call them out in the final report<bug>$ARGUMENTS</bug>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.