From specification
Review service documentation completeness on Notion. Use when auditing service documentation, validating Notion database entries, or checking compliance with documentation standards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/specification:review-service-operationopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the completeness and integrity of a service's documentation on Notion through comprehensive validation of service operations. This command orchestrates parallel validation tasks to ensure all service operations meet coding standards and completeness requirements.
Review the completeness and integrity of a service's documentation on Notion through comprehensive validation of service operations. This command orchestrates parallel validation tasks to ensure all service operations meet coding standards and completeness requirements.
What this command does NOT do:
When to REJECT:
ultrathink: you'd perform the following steps
Output Format:
[✅/❌] Command: $ARGUMENTS
## Summary
- Service: [service-name]
- Operations reviewed: [count]
- Issues found: [count]
- Standards compliance: [PASS/FAIL]
## Actions Taken
1. Discovered service operations from Notion Services database
2. Validated [count] operations across [domains] functional domains
3. Generated comprehensive validation report with recommendations
## Workflows Applied
- Review Service Operation: [Status]
## Issues Found (if any)
- **Issue**: [Description with location]
**Fix**: [Applied fix or actionable recommendation]
## Validation Report
[Link or content of comprehensive validation report]
/review-service-operation "user-management"
# Reviews all operations for the user-management service
/review-service-operation "payment-processing" --area="authentication"
# Reviews only operations in authentication area for payment-processing service
/review-service-operation "notification-service"
# Automatically delegates to:
# - Discovery Agent: Extracts service context and operations
# - Validator A: Reviews operations 1-2 (parallel)
# - Validator B: Reviews operations 3-4 (parallel)
# - Report Agent: Consolidates findings
/review-service-operation "nonexistent-service"
# Error: Service 'nonexistent-service' not found in Services database
# Suggestion: Check available services with Notion search
# Alternative: Use '/list-services' to see valid service names
/review-service-operation "order-management" --area="fulfillment"
# Reviews only operations in fulfillment area for order-management service
# Filters operations by functional domain before validation
npx claudepluginhub alvis/.claude --plugin specificationExecutes production deployment checklist for Notion API integrations (Node.js/@notionhq/client), verifying auth security, rate limits, pagination, errors, monitoring, and OAuth lifecycle.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.