en un clic
my-portfolio
my-portfolio contient 9 skills collectées depuis randyharrogates, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Implement planned changes with quality gates. Use when user types 'qcode' OR when ready to execute implementation. Follows qthink rules, coding best practices, and runs npm build and test quality gates.
Ultra-deep evaluation and planning workflow. Use when user types 'qthink' OR when complex tasks need comprehensive analysis before implementation. Also activates on "grill me" / "stress-test this plan"; clarification runs as a one-question-at-a-time interview that walks the decision tree. Performs comprehensive analysis, evaluates alternatives, identifies ambiguities, and follows strict implementation principles (KISS/YAGNI/DRY) before making any edits.
Comprehensive code review for major changes. Use when user types 'qcheck' OR when major code changes need review. Performs skeptical senior engineer review of React/TypeScript code for component quality, type safety, styling, accessibility, and test coverage.
Function-specific code review. Use when user types 'qcheckf' OR when specific functions/components need detailed review. Performs skeptical review of React components, hooks, event handlers, and TypeScript typing.
Test-specific code review. Use when user types 'qcheckt' OR when test implementations need review. Performs skeptical review of Jest + React Testing Library test implementations.
Review best practices and architecture guidelines. Use when user types 'qnew' OR when starting new work and needing to understand project patterns. Reviews CLAUDE.md, project structure, coding standards, and design philosophy.
Validate implementation plans against codebase patterns. Use when user types 'qplan' OR when an implementation plan needs validation. Analyzes consistency with React component patterns, routing conventions, and terminal aesthetic.
Apply React/TypeScript best practices checklist to evaluate component and function quality. Use when user asks to review/validate functions OR when analyzing code quality for readability, typing, hooks, and naming conventions.
Apply Jest + React Testing Library best practices checklist to evaluate test quality. Use when user asks to review/validate tests OR when analyzing test implementations for proper queries, assertions, and component testing patterns.