logic-guardian
SolidProtects complex business logic from accidental deletion or overwrite. Use when editing payment, trading, state-machine, or other load-bearing business logic where a single deleted line can cause silent data corruption. Maintains a logic manifest, enforces pre-edit gates, validates post-edit diffs.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Rune-kit
- Repository
- Rune-kit/rune
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
garelier-guardian
Garelier-only: fire in a `__garelier/<pm_id>/` project or on explicit Garelier/guardian invocation, not on generic security / license / dependency wording. The security / privacy / dependency / license / provenance GATE for a Garelier merge or promote — diff scan for leaked secrets / tokens / private keys / credentials, customer data or PII, real data in fixtures or logs, vulnerable or malicious dependencies, forbidden or unknown licenses, copyright/provenance risk in curated knowledge, or dangerous auth / crypto / logging / CI / deploy / infra / migration changes. Commit-free on an ephemeral gavel branch; reads Librarian security/ knowledge; emits verdict PASS / PASS_WITH_NOTES / BLOCK / NO_OPINION; gates, never fixes. Also fires on gavel / preflight / delta gate / final gate / redact. Requires garelier-core.
writing-checks
Build the machinery that enforces a convention instead of documenting it — PreToolUse guards that block an action before it runs, CI gates that judge the worktree, selftests that prove a check can turn red, and structural tests that enforce layering. Use this whenever a rule keeps getting violated despite being written down, whenever adding a lint/check/CI step, whenever asked to enforce architecture boundaries or protect a branch or stop a destructive command, and whenever a check exists but nobody has ever seen it fail.