Agent skill
cultural-review
This skill provides comprehensive guidance for reviewing code, features, and content for cultural sensitivity and Indigenous data sovereignty compliance.
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/acurioustractor/cultural-review
SKILL.md
Cultural Review Skill
This skill provides comprehensive guidance for reviewing code, features, and content for cultural sensitivity and Indigenous data sovereignty compliance.
OCAP Framework Reference
Ownership
Requirement: Storytellers maintain ownership of their narratives
Check for:
- Story ownership tracked via
author_idandstoryteller_id - Both author and storyteller have control rights
- Ownership cannot be transferred without consent
- Community collective ownership respected
Control
Requirement: Users decide who accesses their stories
Check for:
- Privacy levels properly enforced (public/community/org/private)
- Users can revoke access at any time
- Distribution requires explicit consent
- Bulk revocation available ("Pull All")
Access
Requirement: Tiered access based on cultural sensitivity
Check for:
- Sensitivity levels correctly implemented
- Elder approval workflow for high/sacred content
- Community membership verification where required
- Access audit trail maintained
Possession
Requirement: Data can be exported or deleted anytime
Check for:
- Data export functionality (GDPR Article 20)
- Full deletion/anonymization (GDPR Article 17)
- No data lock-in or artificial barriers
- Portable data format (JSON)
Sensitivity Level Guidelines
Standard
- General stories, no restrictions
- Can be embedded externally
- Public sharing allowed
Medium
- Some cultural context important
- May require community membership
- External sharing needs approval
High
- Significant cultural value
- Elder review before sharing
- Limited distribution options
- No unauthorized embedding
Sacred/Restricted
- Protected traditional knowledge
- Elder approval mandatory
- NO external distribution ever
- May have viewing time/place restrictions
Code Review Checklist
API Endpoints
□ Authentication required (unless public embed)
□ Authorization checks ownership/permissions
□ Sensitivity level verified before action
□ Elder approval status checked for high/sacred
□ Audit log created for significant actions
□ Consent verified before distribution
□ Revocation cascades properly
UI Components
□ Cultural indicators are respectful
□ Sensitivity badges are clear
□ Elder approval status prominent
□ Consent status visible
□ Privacy level clearly shown
□ Revocation controls accessible
□ Trauma-informed animations (gentle)
□ Language is inclusive
Database Operations
□ Tenant isolation maintained
□ Ownership fields populated
□ Consent fields checked
□ Audit trail created
□ Soft delete preferred over hard delete
□ Anonymization preserves audit trail
Red Flags
Immediate Action Required
- External distribution of sacred content
- Missing consent verification
- Broken revocation cascade
- Elder approval bypassed
- Tenant isolation breached
Needs Improvement
- Missing audit logging
- Hard delete without anonymization
- Unclear sensitivity indicators
- Missing ownership checks
- No bulk revocation option
Approval Workflow
Standard Content
- Author creates story
- Consent captured
- Ready for distribution
Medium Sensitivity
- Author creates story
- Cultural context added
- Consent captured
- Community review (optional)
- Ready for limited distribution
High Sensitivity
- Author creates story
- Cultural context added
- Consent captured
- Elder review requested
- Elder approves/requests changes
- Limited distribution (no embedding)
Sacred Content
- Author creates story
- Cultural context added
- Consent captured
- Elder review mandatory
- Elder approval required
- Platform-only access
- Never distributed externally
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?