Create formatted branches
Generate deployment summary
Create conventional commits
Contextual linting
Create pull requests
Pre-commit security validation
메뉴
9개 GitHub 저장소에서 수집된 20개 skills를 저장소 단위로 보여줍니다.
수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.
Create formatted branches
Generate deployment summary
Create conventional commits
Contextual linting
Create pull requests
Pre-commit security validation
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
when generating content for ruby or slim files, follow the style and conventions of the existing codebase. Use the existing code as a guide for formatting, naming, and structure. When asked to write new code, prefer to reuse patterns and styles already present in the codebase.
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Ensure any proposed UI code change preserves the existing visual system and interaction patterns of the project.
when generating content for ruby or slim files, follow the style and conventions of the existing codebase. Use the existing code as a guide for formatting, naming, and structure. When asked to write new code, prefer to reuse patterns and styles already present in the codebase.
Automate browser interactions, test web pages and work with Playwright tests.
Crée une migration Knex PostgreSQL avec la bonne commande de génération, le nommage camelCase, et la structure up/down respectant les conventions du projet (emails hachés, snake_case français).