Architecture and engineering review protocol. Locks architecture, data flow, edge cases, and test plans before coding. Forces hidden assumptions into the open. Use before building new features or making structural changes.
원문 언어: 영어
메뉴
SkillsMP는 kelgirechandrakant-cpu/vibe-coding-playbook에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Architecture and engineering review protocol. Locks architecture, data flow, edge cases, and test plans before coding. Forces hidden assumptions into the open. Use before building new features or making structural changes.
원문 언어: 영어
Pre-commit code review protocol. Analyzes diffs for antipatterns, logical consistency, API safety, and structural issues. Use when asked to review code, check a diff, or before merging.
원문 언어: 영어
Systematic root-cause debugging. Iron Law: no fixes without investigation. Traces data flow, tests hypotheses, stops after 3 failed fixes. Use for bugs, errors, or unexpected behavior.
원문 언어: 영어
Performance and bundle size optimization protocol. Analyzes loading strategy, network patterns, and rendering bottlenecks. Produces prioritized fix recommendations. Use when pages feel slow or before shipping major features.
원문 언어: 영어
Pre-deploy checklist and shipping automation. Verifies exports work, builds pass, and prepares for deployment. Use when ready to deploy, push, or create a PR.
원문 언어: 영어
Product thinking session (YC-style). Six forcing questions that reframe your product before you write code. Pushes back on framing, challenges premises, generates implementation alternatives. Use when brainstorming new features, evaluating ideas, or planning…
원문 언어: 영어
Security audit methodology. OWASP Top 10 + STRIDE threat model with zero-noise false positive filtering. Checks API key exposure, database rules, XSS vectors, CSRF, auth bypass. Use when handling user data or preparing for production.
원문 언어: 영어
UI/UX, accessibility, and responsiveness audit. Detects visual inconsistencies, alignment issues, and AI 'slop' design patterns. Use for UI audits or before shipping visual changes.
원문 언어: 영어