Runs PM-Designer-Doc triple review protocol to reach consensus on feature specs before implementation. Includes domain documentation consistency check. Use before implementing any new screen, component, or significant feature.
dev-hann/song
SkillsMP has collected 13 skills from dev-hann/song. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 13
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 13 of 13 collected skills.
Create Server and Client React components with proper props, state, and patterns
Enforce docs ↔ code consistency before and after implementation. Launches doc-reviewer agent to cross-check domain documentation against actual codebase, detects drift, and ensures documentation updates accompany code changes.
Create API routes with proper validation and error handling for Next.js App Router (Node.js runtime)
API request pattern with Query Layer, centralized query key management with factory pattern, and TanStack Query integration
Create parser functions for external data with basic and advanced patterns
Create Zod schemas for runtime validation with basic and advanced features
Official SKILL file format with YAML frontmatter and structure guidelines
Test API routes with proper validation, mocking, and error handling
Test React components with Testing Library, user interactions, and accessibility
Test React Hooks with proper state management and async handling using renderHook
Test utility functions, parsers, and schemas with proper validation patterns
Mock YouTube.js API calls for isolated testing