AU

authorization-doc-review

Ensures authorization documentation stays aligned with backend and frontend implementation.

Install

mkdir -p .claude/skills/authorization-doc-review-nicobit && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15909" && unzip -o skill.zip -d .claude/skills/authorization-doc-review-nicobit && rm skill.zip

Installs to .claude/skills/authorization-doc-review-nicobit

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Review and update authorization documentation when roles, route protection, permissions, or module access behavior change across frontend, backend, and specs.
158 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Identify changed modules or routes
  • Classify affected surfaces
  • Verify frontend and backend enforcement
  • Update access control matrix

How it works

The skill guides a review process to ensure authorization documentation aligns with implementation across frontend, backend, and specifications.

Inputs & outputs

You give it
changes to roles, route protection, permissions, or module access behavior
You get back
required documentation updates and identified mismatches

When to use authorization-doc-review

  • Update access control matrix
  • Review module authorization
  • Sync auth docs with code
  • Verify route guards

About this skill


name: authorization-doc-review description: Review and update authorization documentation when roles, route protection, permissions, or module access behavior change across frontend, backend, and specs.

Authorization Documentation Review

Use this skill when a change touches roles, route protection, permissions, or module access behavior.

Goal

Keep authorization documentation aligned with implementation across:

  • frontend route guards
  • backend auth dependencies and role checks
  • feature specs
  • API specs
  • test plans
  • central authorization docs

Read First

  • docs/standards/security/access-control-matrix.md
  • docs/standards/security/module-authorization.md
  • frontend/src/auth/useAuthZ.tsx
  • backend/app/auth/roles.py
  • backend/shared/authz.py

Checklist

  1. Identify every changed module, route, page, or endpoint.
  2. Classify each affected surface as:
    • public
    • authenticated
    • role-restricted
  3. Verify frontend and backend enforcement stay aligned.
  4. Update:
    • docs/standards/security/access-control-matrix.md if role meaning changed
    • docs/standards/security/module-authorization.md for affected modules
    • feature spec / API spec / test plan if the change is feature-scoped
  5. Ensure tests cover both allowed and denied paths where relevant.

Output

When using this skill, provide:

  • affected modules and routes
  • required documentation updates
  • any mismatches between code and docs
  • any missing auth tests

When not to use it

  • When no changes to roles, route protection, permissions, or module access behavior have occurred

Limitations

  • Applies only when roles, route protection, permissions, or module access behavior change

How it compares

This skill provides a structured checklist for auditing authorization documentation, unlike manually tracking changes across systems.

Compared to similar skills

authorization-doc-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
authorization-doc-review (this skill)04moNo flagsIntermediate
rsyslog-doc12moNo flagsBeginner
authorization-doc-review04moNo flagsIntermediate
writing-a-malware-analysis-report01moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry