polizy-troubleshooting
✓Debug and fix polizy authorization issues. Use when permission checks fail unexpectedly, errors occur, or authorization behavior is confusing. Covers check algorithm, common issues, and anti-patterns.
Installation
SKILL.md
| SchemaError: Relation "X" is not defined | Using undefined relation | Add relation to schema | | SchemaError: No group relation defined | Missing group type | Add member: { type: "group" } | | SchemaError: No hierarchy relation defined | Missing hierarchy type | Add parent: { type: "hierarchy" } |
| MaxDepthExceededError | Group/hierarchy too deep | Increase depth or flatten | | ConfigurationError: storage is required | Missing storage adapter | Provide storage in constructor | | ConfigurationError: schema is required | Missing schema | Provide schema in constructor |
Debug and fix polizy authorization issues. Use when permission checks fail unexpectedly, errors occur, or authorization behavior is confusing. Covers check algorithm, common issues, and anti-patterns. Source: bratsos/polizy.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bratsos/polizy --skill polizy-troubleshooting- Source
- bratsos/polizy
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is polizy-troubleshooting?
Debug and fix polizy authorization issues. Use when permission checks fail unexpectedly, errors occur, or authorization behavior is confusing. Covers check algorithm, common issues, and anti-patterns. Source: bratsos/polizy.
How do I install polizy-troubleshooting?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bratsos/polizy --skill polizy-troubleshooting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bratsos/polizy
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11