multi-pass-self-critique
SolidMeta-skill for /audit-strict and high-stakes audits. Run two independent passes with different starting contexts, then keep only consensus findings. Aggressively cuts false positives.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- iktok90-design
- Repository
- iktok90-design/ai-smart-contract-auditor
- Created
- 1 weeks ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
skill-auditor
Reviews a Claude Skill before it ships and returns concrete revision recommendations. Audits eight dimensions — leaked credentials, triggering reliability, dependency path pinning, scope boundaries, gap-finding, prompt depth, writing standards, and leanness (dead weight, layering, token cost). Use whenever a SKILL.md is written, edited, slimmed, or about to be packaged, even if no review was requested; when a skill runs unreliably - drifting off its workflow, skipping steps or dependencies, faking success, stopping mid-task, forgetting API details, or taking a different path each run; when a skill fails to trigger, feels bloated or too long, or its token cost needs cutting; or for help with skill structure and best practices.
skill-deep-audit
Generic skill-quality auditor for any agent skill (Claude, OpenClaw, Cursor, etc.). Runs a 7-dimension static analysis (D1 process closure & idempotency, D2 tool/command conventions, D3 portability & defense, D4 skill usability, D5 security & op risk, D6 code & doc quality, D7 dependency & footprint) with explicit ERR / WARN severity, 115-point scoring (pass line 90 + zero ERR), and an opt-in `--fix` workflow that always backs up first. Two depths: L1 static (~2 min) and L2 dryRun (~5 min, read-only hub + reachability checks). Strict red lines — read-only by default, never executes the audited skill's writes. Use when the user asks to "audit a skill", "check skill quality", "is this skill ready to ship", "lint my skill", or runs this tool by name. Triggers also: "审计这个 Skill"、"检查 Skill 质量"、"Skill 能上线吗"、 "skill-deep-audit"、"审一下 xxx skill"。
skill-auditor
Reviews a Claude Skill before it ships and returns concrete revision recommendations. Audits six dimensions — leaked credentials, triggering reliability, dependency path pinning, gap-finding, writing standards, and leanness (dead weight, layering, token cost). Use whenever a SKILL.md is written, edited, slimmed, or about to be packaged, even if no review was requested; when a skill runs unreliably - drifting off its workflow, skipping steps or dependencies, faking success, stopping mid-task, forgetting API details, or taking a different path each run; when a skill fails to trigger, feels bloated or too long, or its token cost needs cutting; or for help with skill structure and best practices.