@ruaruababa/vibe-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CATALOG.md +317 -0
- package/README.md +121 -0
- package/aliases.json +65 -0
- package/bin/vibe.js +2 -0
- package/bundles.json +265 -0
- package/catalog.json +1560 -0
- package/dist/antigravity-skills/bin/cli.js +438 -0
- package/dist/antigravity-skills/lib/skill-utils.js +158 -0
- package/dist/antigravity-skills/scripts/build-catalog.js +305 -0
- package/dist/antigravity-skills/scripts/normalize-frontmatter.js +144 -0
- package/dist/antigravity-skills/scripts/validate-skills.js +230 -0
- package/dist/bin/vibe.js +2 -0
- package/dist/dist/src/cli/index.js +26 -0
- package/dist/lib/skill-utils.js +158 -0
- package/dist/scripts/build-catalog.js +50 -0
- package/dist/scripts/normalize-frontmatter.js +144 -0
- package/dist/scripts/validate-skills.js +56 -0
- package/dist/src/cli/index.js +146 -0
- package/dist/src/types/index.js +13 -0
- package/dist/src/utils/fs.js +1 -0
- package/package.json +43 -0
- package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
- package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
- package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
- package/skills/agent-orchestrator/SKILL.md +24 -0
- package/skills/ai-engineer/SKILL.md +171 -0
- package/skills/airflow-dag-patterns/SKILL.md +41 -0
- package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/skills/angular-migration/SKILL.md +428 -0
- package/skills/anti-reversing-techniques/SKILL.md +42 -0
- package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/skills/api-design-principles/SKILL.md +37 -0
- package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/skills/api-documenter/SKILL.md +184 -0
- package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
- package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/skills/application-performance-performance-optimization/SKILL.md +154 -0
- package/skills/architect-review/SKILL.md +174 -0
- package/skills/architecture-decision-records/SKILL.md +441 -0
- package/skills/architecture-patterns/SKILL.md +37 -0
- package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/skills/arm-cortex-expert/SKILL.md +306 -0
- package/skills/async-python-patterns/SKILL.md +39 -0
- package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/skills/attack-tree-construction/SKILL.md +38 -0
- package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/skills/auth-implementation-patterns/SKILL.md +39 -0
- package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/skills/backend-architect/SKILL.md +333 -0
- package/skills/backend-development-feature-development/SKILL.md +180 -0
- package/skills/backend-security-coder/SKILL.md +156 -0
- package/skills/backtesting-frameworks/SKILL.md +39 -0
- package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/skills/bash-defensive-patterns/SKILL.md +43 -0
- package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/skills/bash-pro/SKILL.md +310 -0
- package/skills/bats-testing-patterns/SKILL.md +34 -0
- package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/skills/bazel-build-optimization/SKILL.md +397 -0
- package/skills/billing-automation/SKILL.md +42 -0
- package/skills/billing-automation/resources/implementation-playbook.md +544 -0
- package/skills/binary-analysis-patterns/SKILL.md +450 -0
- package/skills/blockchain-developer/SKILL.md +208 -0
- package/skills/business-analyst/SKILL.md +182 -0
- package/skills/c-pro/SKILL.md +56 -0
- package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
- package/skills/c4-code/SKILL.md +244 -0
- package/skills/c4-component/SKILL.md +153 -0
- package/skills/c4-container/SKILL.md +171 -0
- package/skills/c4-context/SKILL.md +150 -0
- package/skills/changelog-automation/SKILL.md +38 -0
- package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
- package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
- package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/skills/clean-markdown/SKILL.md +23 -0
- package/skills/cloud-architect/SKILL.md +135 -0
- package/skills/code-documentation-code-explain/SKILL.md +46 -0
- package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/skills/code-documentation-doc-generate/SKILL.md +48 -0
- package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/code-refactoring-context-restore/SKILL.md +179 -0
- package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
- package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
- package/skills/code-review-ai-ai-review/SKILL.md +450 -0
- package/skills/code-review-excellence/SKILL.md +40 -0
- package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/skills/code-reviewer/SKILL.md +178 -0
- package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
- package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
- package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
- package/skills/competitive-landscape/SKILL.md +34 -0
- package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/skills/comprehensive-review-full-review/SKILL.md +146 -0
- package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
- package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/skills/conductor-implement/SKILL.md +388 -0
- package/skills/conductor-manage/SKILL.md +39 -0
- package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/skills/conductor-new-track/SKILL.md +433 -0
- package/skills/conductor-revert/SKILL.md +372 -0
- package/skills/conductor-setup/SKILL.md +426 -0
- package/skills/conductor-status/SKILL.md +338 -0
- package/skills/conductor-validator/SKILL.md +62 -0
- package/skills/content-marketer/SKILL.md +170 -0
- package/skills/context-driven-development/SKILL.md +400 -0
- package/skills/context-management-context-restore/SKILL.md +179 -0
- package/skills/context-management-context-save/SKILL.md +177 -0
- package/skills/context-manager/SKILL.md +185 -0
- package/skills/cost-optimization/SKILL.md +286 -0
- package/skills/cpp-pro/SKILL.md +59 -0
- package/skills/cqrs-implementation/SKILL.md +35 -0
- package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/skills/csharp-pro/SKILL.md +59 -0
- package/skills/customer-support/SKILL.md +170 -0
- package/skills/data-engineer/SKILL.md +224 -0
- package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
- package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
- package/skills/data-quality-frameworks/SKILL.md +40 -0
- package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/skills/data-scientist/SKILL.md +199 -0
- package/skills/data-storytelling/SKILL.md +465 -0
- package/skills/database-admin/SKILL.md +165 -0
- package/skills/database-architect/SKILL.md +268 -0
- package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
- package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/skills/database-migration/SKILL.md +436 -0
- package/skills/database-migrations-migration-observability/SKILL.md +420 -0
- package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
- package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/skills/database-optimizer/SKILL.md +167 -0
- package/skills/dbt-transformation-patterns/SKILL.md +34 -0
- package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/skills/debugger/SKILL.md +49 -0
- package/skills/debugging-strategies/SKILL.md +34 -0
- package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
- package/skills/defi-protocol-templates/SKILL.md +466 -0
- package/skills/dependency-management-deps-audit/SKILL.md +44 -0
- package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/dependency-upgrade/SKILL.md +421 -0
- package/skills/deployment-engineer/SKILL.md +170 -0
- package/skills/deployment-pipeline-design/SKILL.md +371 -0
- package/skills/deployment-validation-config-validate/SKILL.md +496 -0
- package/skills/devops-troubleshooter/SKILL.md +161 -0
- package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
- package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/skills/distributed-tracing/SKILL.md +450 -0
- package/skills/django-pro/SKILL.md +180 -0
- package/skills/docs-architect/SKILL.md +98 -0
- package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
- package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/dotnet-architect/SKILL.md +197 -0
- package/skills/dotnet-backend-patterns/SKILL.md +37 -0
- package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/skills/dummy-skill/SKILL.md +5 -0
- package/skills/dx-optimizer/SKILL.md +83 -0
- package/skills/e2e-testing-patterns/SKILL.md +41 -0
- package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/skills/elixir-pro/SKILL.md +59 -0
- package/skills/embedding-strategies/SKILL.md +491 -0
- package/skills/employment-contract-templates/SKILL.md +39 -0
- package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/skills/error-debugging-error-analysis/SKILL.md +47 -0
- package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-debugging-error-trace/SKILL.md +43 -0
- package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
- package/skills/error-detective/SKILL.md +53 -0
- package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
- package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
- package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
- package/skills/error-handling-patterns/SKILL.md +35 -0
- package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/skills/event-sourcing-architect/SKILL.md +58 -0
- package/skills/event-store-design/SKILL.md +449 -0
- package/skills/fastapi-pro/SKILL.md +192 -0
- package/skills/fastapi-templates/SKILL.md +32 -0
- package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/skills/final-test/SKILL.md +5 -0
- package/skills/firmware-analyst/SKILL.md +320 -0
- package/skills/flutter-expert/SKILL.md +200 -0
- package/skills/framework-migration-code-migrate/SKILL.md +48 -0
- package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
- package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
- package/skills/frontend-developer/SKILL.md +171 -0
- package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
- package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
- package/skills/frontend-security-coder/SKILL.md +170 -0
- package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
- package/skills/gdpr-data-handling/SKILL.md +33 -0
- package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/skills/git-advanced-workflows/SKILL.md +412 -0
- package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
- package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
- package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
- package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/skills/github-actions-templates/SKILL.md +345 -0
- package/skills/gitlab-ci-patterns/SKILL.md +283 -0
- package/skills/gitops-workflow/SKILL.md +303 -0
- package/skills/gitops-workflow/references/argocd-setup.md +134 -0
- package/skills/gitops-workflow/references/sync-policies.md +131 -0
- package/skills/go-concurrency-patterns/SKILL.md +33 -0
- package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/skills/godot-gdscript-patterns/SKILL.md +33 -0
- package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/skills/golang-pro/SKILL.md +179 -0
- package/skills/grafana-dashboards/SKILL.md +381 -0
- package/skills/graphql-architect/SKILL.md +182 -0
- package/skills/haskell-pro/SKILL.md +56 -0
- package/skills/helm-chart-scaffolding/SKILL.md +34 -0
- package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/skills/hr-pro/SKILL.md +126 -0
- package/skills/hybrid-cloud-architect/SKILL.md +168 -0
- package/skills/hybrid-cloud-networking/SKILL.md +238 -0
- package/skills/hybrid-search-implementation/SKILL.md +32 -0
- package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/skills/incident-responder/SKILL.md +213 -0
- package/skills/incident-response-incident-response/SKILL.md +168 -0
- package/skills/incident-response-smart-fix/SKILL.md +29 -0
- package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/skills/incident-runbook-templates/SKILL.md +395 -0
- package/skills/ios-developer/SKILL.md +219 -0
- package/skills/istio-traffic-management/SKILL.md +337 -0
- package/skills/java-pro/SKILL.md +177 -0
- package/skills/javascript-pro/SKILL.md +57 -0
- package/skills/javascript-testing-patterns/SKILL.md +35 -0
- package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
- package/skills/julia-pro/SKILL.md +209 -0
- package/skills/k8s-manifest-generator/SKILL.md +35 -0
- package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
- package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/skills/k8s-security-policies/SKILL.md +346 -0
- package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/skills/kpi-dashboard-design/SKILL.md +440 -0
- package/skills/kubernetes-architect/SKILL.md +170 -0
- package/skills/langchain-architecture/SKILL.md +350 -0
- package/skills/legacy-modernizer/SKILL.md +53 -0
- package/skills/legal-advisor/SKILL.md +70 -0
- package/skills/linkerd-patterns/SKILL.md +321 -0
- package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
- package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
- package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
- package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/skills/llm-evaluation/SKILL.md +483 -0
- package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
- package/skills/malware-analyst/SKILL.md +247 -0
- package/skills/market-sizing-analysis/SKILL.md +425 -0
- package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/skills/market-sizing-analysis/references/data-sources.md +360 -0
- package/skills/memory-forensics/SKILL.md +491 -0
- package/skills/memory-safety-patterns/SKILL.md +33 -0
- package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/skills/mermaid-expert/SKILL.md +59 -0
- package/skills/microservices-patterns/SKILL.md +35 -0
- package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
- package/skills/ml-engineer/SKILL.md +168 -0
- package/skills/ml-pipeline-workflow/SKILL.md +257 -0
- package/skills/mlops-engineer/SKILL.md +219 -0
- package/skills/mobile-developer/SKILL.md +205 -0
- package/skills/mobile-security-coder/SKILL.md +184 -0
- package/skills/modern-javascript-patterns/SKILL.md +35 -0
- package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/skills/monorepo-architect/SKILL.md +61 -0
- package/skills/monorepo-management/SKILL.md +35 -0
- package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
- package/skills/mtls-configuration/SKILL.md +359 -0
- package/skills/multi-cloud-architecture/SKILL.md +189 -0
- package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
- package/skills/network-engineer/SKILL.md +169 -0
- package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
- package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/skills/nft-standards/SKILL.md +395 -0
- package/skills/node-expert/SKILL.md +23 -0
- package/skills/nodejs-backend-patterns/SKILL.md +35 -0
- package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/skills/nx-workspace-patterns/SKILL.md +464 -0
- package/skills/observability-engineer/SKILL.md +237 -0
- package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
- package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
- package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/skills/on-call-handoff-patterns/SKILL.md +453 -0
- package/skills/openapi-spec-generation/SKILL.md +33 -0
- package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/skills/payment-integration/SKILL.md +77 -0
- package/skills/paypal-integration/SKILL.md +479 -0
- package/skills/pci-compliance/SKILL.md +478 -0
- package/skills/performance-engineer/SKILL.md +180 -0
- package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
- package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
- package/skills/php-pro/SKILL.md +63 -0
- package/skills/posix-shell-pro/SKILL.md +304 -0
- package/skills/postgresql/SKILL.md +230 -0
- package/skills/postmortem-writing/SKILL.md +386 -0
- package/skills/projection-patterns/SKILL.md +33 -0
- package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
- package/skills/prometheus-configuration/SKILL.md +404 -0
- package/skills/prompt-engineer/SKILL.md +272 -0
- package/skills/prompt-engineering-patterns/SKILL.md +213 -0
- package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/skills/protocol-reverse-engineering/SKILL.md +29 -0
- package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/skills/python-development-python-scaffold/SKILL.md +331 -0
- package/skills/python-packaging/SKILL.md +36 -0
- package/skills/python-packaging/resources/implementation-playbook.md +869 -0
- package/skills/python-performance-optimization/SKILL.md +36 -0
- package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/skills/python-pro/SKILL.md +158 -0
- package/skills/python-testing-patterns/SKILL.md +37 -0
- package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/skills/quant-analyst/SKILL.md +53 -0
- package/skills/rag-implementation/SKILL.md +421 -0
- package/skills/react-modernization/SKILL.md +34 -0
- package/skills/react-modernization/resources/implementation-playbook.md +512 -0
- package/skills/react-native-architecture/SKILL.md +33 -0
- package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/skills/react-state-management/SKILL.md +441 -0
- package/skills/reference-builder/SKILL.md +188 -0
- package/skills/reverse-engineer/SKILL.md +173 -0
- package/skills/risk-manager/SKILL.md +61 -0
- package/skills/risk-metrics-calculation/SKILL.md +33 -0
- package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/skills/ruby-pro/SKILL.md +56 -0
- package/skills/rust-async-patterns/SKILL.md +33 -0
- package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/skills/rust-pro/SKILL.md +178 -0
- package/skills/saga-orchestration/SKILL.md +496 -0
- package/skills/sales-automator/SKILL.md +55 -0
- package/skills/sast-configuration/SKILL.md +212 -0
- package/skills/scala-pro/SKILL.md +82 -0
- package/skills/screen-reader-testing/SKILL.md +33 -0
- package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/skills/search-specialist/SKILL.md +80 -0
- package/skills/secrets-management/SKILL.md +364 -0
- package/skills/security-auditor/SKILL.md +169 -0
- package/skills/security-compliance-compliance-check/SKILL.md +55 -0
- package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/skills/security-requirement-extraction/SKILL.md +33 -0
- package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
- package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/skills/security-scanning-security-hardening/SKILL.md +147 -0
- package/skills/security-scanning-security-sast/SKILL.md +495 -0
- package/skills/seo-authority-builder/SKILL.md +136 -0
- package/skills/seo-cannibalization-detector/SKILL.md +123 -0
- package/skills/seo-content-auditor/SKILL.md +83 -0
- package/skills/seo-content-planner/SKILL.md +108 -0
- package/skills/seo-content-refresher/SKILL.md +118 -0
- package/skills/seo-content-writer/SKILL.md +96 -0
- package/skills/seo-keyword-strategist/SKILL.md +95 -0
- package/skills/seo-meta-optimizer/SKILL.md +92 -0
- package/skills/seo-snippet-hunter/SKILL.md +114 -0
- package/skills/seo-structure-architect/SKILL.md +108 -0
- package/skills/service-mesh-expert/SKILL.md +58 -0
- package/skills/service-mesh-observability/SKILL.md +395 -0
- package/skills/shellcheck-configuration/SKILL.md +466 -0
- package/skills/similarity-search-patterns/SKILL.md +33 -0
- package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/skills/slo-implementation/SKILL.md +341 -0
- package/skills/solidity-security/SKILL.md +34 -0
- package/skills/solidity-security/resources/implementation-playbook.md +524 -0
- package/skills/spark-optimization/SKILL.md +427 -0
- package/skills/sql-optimization-patterns/SKILL.md +35 -0
- package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/skills/sql-pro/SKILL.md +173 -0
- package/skills/startup-analyst/SKILL.md +328 -0
- package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
- package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
- package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
- package/skills/startup-financial-modeling/SKILL.md +467 -0
- package/skills/startup-metrics-framework/SKILL.md +34 -0
- package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/skills/stride-analysis-patterns/SKILL.md +33 -0
- package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/skills/stripe-integration/SKILL.md +454 -0
- package/skills/systems-programming-rust-project/SKILL.md +440 -0
- package/skills/tailwind-design-system/SKILL.md +33 -0
- package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/skills/tdd-orchestrator/SKILL.md +205 -0
- package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
- package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
- package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
- package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
- package/skills/team-collaboration-issue/SKILL.md +37 -0
- package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
- package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/skills/team-composition-analysis/SKILL.md +413 -0
- package/skills/temporal-python-pro/SKILL.md +370 -0
- package/skills/temporal-python-testing/SKILL.md +170 -0
- package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/skills/terraform-module-library/SKILL.md +261 -0
- package/skills/terraform-module-library/references/aws-modules.md +63 -0
- package/skills/terraform-specialist/SKILL.md +166 -0
- package/skills/test-automator/SKILL.md +224 -0
- package/skills/threat-mitigation-mapping/SKILL.md +33 -0
- package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/skills/threat-modeling-expert/SKILL.md +60 -0
- package/skills/track-management/SKILL.md +38 -0
- package/skills/track-management/resources/implementation-playbook.md +591 -0
- package/skills/turborepo-caching/SKILL.md +419 -0
- package/skills/tutorial-engineer/SKILL.md +139 -0
- package/skills/typescript-advanced-types/SKILL.md +35 -0
- package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/skills/typescript-pro/SKILL.md +55 -0
- package/skills/ui-minimal/SKILL.md +23 -0
- package/skills/ui-ux-designer/SKILL.md +209 -0
- package/skills/ui-visual-validator/SKILL.md +214 -0
- package/skills/unit-testing-test-generate/SKILL.md +319 -0
- package/skills/unity-developer/SKILL.md +230 -0
- package/skills/unity-ecs-patterns/SKILL.md +33 -0
- package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/skills/uv-package-manager/SKILL.md +37 -0
- package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/skills/vector-database-engineer/SKILL.md +60 -0
- package/skills/vector-index-tuning/SKILL.md +42 -0
- package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/skills/wcag-audit-patterns/SKILL.md +41 -0
- package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/skills/web3-testing/SKILL.md +427 -0
- package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
- package/skills/workflow-patterns/SKILL.md +38 -0
- package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
# Code Review Excellence Implementation Playbook
|
|
2
|
+
|
|
3
|
+
This file contains detailed patterns, checklists, and code samples referenced by the skill.
|
|
4
|
+
|
|
5
|
+
## When to Use This Skill
|
|
6
|
+
|
|
7
|
+
- Reviewing pull requests and code changes
|
|
8
|
+
- Establishing code review standards for teams
|
|
9
|
+
- Mentoring junior developers through reviews
|
|
10
|
+
- Conducting architecture reviews
|
|
11
|
+
- Creating review checklists and guidelines
|
|
12
|
+
- Improving team collaboration
|
|
13
|
+
- Reducing code review cycle time
|
|
14
|
+
- Maintaining code quality standards
|
|
15
|
+
|
|
16
|
+
## Core Principles
|
|
17
|
+
|
|
18
|
+
### 1. The Review Mindset
|
|
19
|
+
|
|
20
|
+
**Goals of Code Review:**
|
|
21
|
+
- Catch bugs and edge cases
|
|
22
|
+
- Ensure code maintainability
|
|
23
|
+
- Share knowledge across team
|
|
24
|
+
- Enforce coding standards
|
|
25
|
+
- Improve design and architecture
|
|
26
|
+
- Build team culture
|
|
27
|
+
|
|
28
|
+
**Not the Goals:**
|
|
29
|
+
- Show off knowledge
|
|
30
|
+
- Nitpick formatting (use linters)
|
|
31
|
+
- Block progress unnecessarily
|
|
32
|
+
- Rewrite to your preference
|
|
33
|
+
|
|
34
|
+
### 2. Effective Feedback
|
|
35
|
+
|
|
36
|
+
**Good Feedback is:**
|
|
37
|
+
- Specific and actionable
|
|
38
|
+
- Educational, not judgmental
|
|
39
|
+
- Focused on the code, not the person
|
|
40
|
+
- Balanced (praise good work too)
|
|
41
|
+
- Prioritized (critical vs nice-to-have)
|
|
42
|
+
|
|
43
|
+
```markdown
|
|
44
|
+
❌ Bad: "This is wrong."
|
|
45
|
+
✅ Good: "This could cause a race condition when multiple users
|
|
46
|
+
access simultaneously. Consider using a mutex here."
|
|
47
|
+
|
|
48
|
+
❌ Bad: "Why didn't you use X pattern?"
|
|
49
|
+
✅ Good: "Have you considered the Repository pattern? It would
|
|
50
|
+
make this easier to test. Here's an example: [link]"
|
|
51
|
+
|
|
52
|
+
❌ Bad: "Rename this variable."
|
|
53
|
+
✅ Good: "[nit] Consider `userCount` instead of `uc` for
|
|
54
|
+
clarity. Not blocking if you prefer to keep it."
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### 3. Review Scope
|
|
58
|
+
|
|
59
|
+
**What to Review:**
|
|
60
|
+
- Logic correctness and edge cases
|
|
61
|
+
- Security vulnerabilities
|
|
62
|
+
- Performance implications
|
|
63
|
+
- Test coverage and quality
|
|
64
|
+
- Error handling
|
|
65
|
+
- Documentation and comments
|
|
66
|
+
- API design and naming
|
|
67
|
+
- Architectural fit
|
|
68
|
+
|
|
69
|
+
**What Not to Review Manually:**
|
|
70
|
+
- Code formatting (use Prettier, Black, etc.)
|
|
71
|
+
- Import organization
|
|
72
|
+
- Linting violations
|
|
73
|
+
- Simple typos
|
|
74
|
+
|
|
75
|
+
## Review Process
|
|
76
|
+
|
|
77
|
+
### Phase 1: Context Gathering (2-3 minutes)
|
|
78
|
+
|
|
79
|
+
```markdown
|
|
80
|
+
Before diving into code, understand:
|
|
81
|
+
|
|
82
|
+
1. Read PR description and linked issue
|
|
83
|
+
2. Check PR size (>400 lines? Ask to split)
|
|
84
|
+
3. Review CI/CD status (tests passing?)
|
|
85
|
+
4. Understand the business requirement
|
|
86
|
+
5. Note any relevant architectural decisions
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Phase 2: High-Level Review (5-10 minutes)
|
|
90
|
+
|
|
91
|
+
```markdown
|
|
92
|
+
1. **Architecture & Design**
|
|
93
|
+
- Does the solution fit the problem?
|
|
94
|
+
- Are there simpler approaches?
|
|
95
|
+
- Is it consistent with existing patterns?
|
|
96
|
+
- Will it scale?
|
|
97
|
+
|
|
98
|
+
2. **File Organization**
|
|
99
|
+
- Are new files in the right places?
|
|
100
|
+
- Is code grouped logically?
|
|
101
|
+
- Are there duplicate files?
|
|
102
|
+
|
|
103
|
+
3. **Testing Strategy**
|
|
104
|
+
- Are there tests?
|
|
105
|
+
- Do tests cover edge cases?
|
|
106
|
+
- Are tests readable?
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### Phase 3: Line-by-Line Review (10-20 minutes)
|
|
110
|
+
|
|
111
|
+
```markdown
|
|
112
|
+
For each file:
|
|
113
|
+
|
|
114
|
+
1. **Logic & Correctness**
|
|
115
|
+
- Edge cases handled?
|
|
116
|
+
- Off-by-one errors?
|
|
117
|
+
- Null/undefined checks?
|
|
118
|
+
- Race conditions?
|
|
119
|
+
|
|
120
|
+
2. **Security**
|
|
121
|
+
- Input validation?
|
|
122
|
+
- SQL injection risks?
|
|
123
|
+
- XSS vulnerabilities?
|
|
124
|
+
- Sensitive data exposure?
|
|
125
|
+
|
|
126
|
+
3. **Performance**
|
|
127
|
+
- N+1 queries?
|
|
128
|
+
- Unnecessary loops?
|
|
129
|
+
- Memory leaks?
|
|
130
|
+
- Blocking operations?
|
|
131
|
+
|
|
132
|
+
4. **Maintainability**
|
|
133
|
+
- Clear variable names?
|
|
134
|
+
- Functions doing one thing?
|
|
135
|
+
- Complex code commented?
|
|
136
|
+
- Magic numbers extracted?
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### Phase 4: Summary & Decision (2-3 minutes)
|
|
140
|
+
|
|
141
|
+
```markdown
|
|
142
|
+
1. Summarize key concerns
|
|
143
|
+
2. Highlight what you liked
|
|
144
|
+
3. Make clear decision:
|
|
145
|
+
- ✅ Approve
|
|
146
|
+
- 💬 Comment (minor suggestions)
|
|
147
|
+
- 🔄 Request Changes (must address)
|
|
148
|
+
4. Offer to pair if complex
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
## Review Techniques
|
|
152
|
+
|
|
153
|
+
### Technique 1: The Checklist Method
|
|
154
|
+
|
|
155
|
+
```markdown
|
|
156
|
+
## Security Checklist
|
|
157
|
+
- [ ] User input validated and sanitized
|
|
158
|
+
- [ ] SQL queries use parameterization
|
|
159
|
+
- [ ] Authentication/authorization checked
|
|
160
|
+
- [ ] Secrets not hardcoded
|
|
161
|
+
- [ ] Error messages don't leak info
|
|
162
|
+
|
|
163
|
+
## Performance Checklist
|
|
164
|
+
- [ ] No N+1 queries
|
|
165
|
+
- [ ] Database queries indexed
|
|
166
|
+
- [ ] Large lists paginated
|
|
167
|
+
- [ ] Expensive operations cached
|
|
168
|
+
- [ ] No blocking I/O in hot paths
|
|
169
|
+
|
|
170
|
+
## Testing Checklist
|
|
171
|
+
- [ ] Happy path tested
|
|
172
|
+
- [ ] Edge cases covered
|
|
173
|
+
- [ ] Error cases tested
|
|
174
|
+
- [ ] Test names are descriptive
|
|
175
|
+
- [ ] Tests are deterministic
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
### Technique 2: The Question Approach
|
|
179
|
+
|
|
180
|
+
Instead of stating problems, ask questions to encourage thinking:
|
|
181
|
+
|
|
182
|
+
```markdown
|
|
183
|
+
❌ "This will fail if the list is empty."
|
|
184
|
+
✅ "What happens if `items` is an empty array?"
|
|
185
|
+
|
|
186
|
+
❌ "You need error handling here."
|
|
187
|
+
✅ "How should this behave if the API call fails?"
|
|
188
|
+
|
|
189
|
+
❌ "This is inefficient."
|
|
190
|
+
✅ "I see this loops through all users. Have we considered
|
|
191
|
+
the performance impact with 100k users?"
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### Technique 3: Suggest, Don't Command
|
|
195
|
+
|
|
196
|
+
```markdown
|
|
197
|
+
## Use Collaborative Language
|
|
198
|
+
|
|
199
|
+
❌ "You must change this to use async/await"
|
|
200
|
+
✅ "Suggestion: async/await might make this more readable:
|
|
201
|
+
```typescript
|
|
202
|
+
async function fetchUser(id: string) {
|
|
203
|
+
const user = await db.query('SELECT * FROM users WHERE id = ?', id);
|
|
204
|
+
return user;
|
|
205
|
+
}
|
|
206
|
+
```
|
|
207
|
+
What do you think?"
|
|
208
|
+
|
|
209
|
+
❌ "Extract this into a function"
|
|
210
|
+
✅ "This logic appears in 3 places. Would it make sense to
|
|
211
|
+
extract it into a shared utility function?"
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
### Technique 4: Differentiate Severity
|
|
215
|
+
|
|
216
|
+
```markdown
|
|
217
|
+
Use labels to indicate priority:
|
|
218
|
+
|
|
219
|
+
🔴 [blocking] - Must fix before merge
|
|
220
|
+
🟡 [important] - Should fix, discuss if disagree
|
|
221
|
+
🟢 [nit] - Nice to have, not blocking
|
|
222
|
+
💡 [suggestion] - Alternative approach to consider
|
|
223
|
+
📚 [learning] - Educational comment, no action needed
|
|
224
|
+
🎉 [praise] - Good work, keep it up!
|
|
225
|
+
|
|
226
|
+
Example:
|
|
227
|
+
"🔴 [blocking] This SQL query is vulnerable to injection.
|
|
228
|
+
Please use parameterized queries."
|
|
229
|
+
|
|
230
|
+
"🟢 [nit] Consider renaming `data` to `userData` for clarity."
|
|
231
|
+
|
|
232
|
+
"🎉 [praise] Excellent test coverage! This will catch edge cases."
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
## Language-Specific Patterns
|
|
236
|
+
|
|
237
|
+
### Python Code Review
|
|
238
|
+
|
|
239
|
+
```python
|
|
240
|
+
# Check for Python-specific issues
|
|
241
|
+
|
|
242
|
+
# ❌ Mutable default arguments
|
|
243
|
+
def add_item(item, items=[]): # Bug! Shared across calls
|
|
244
|
+
items.append(item)
|
|
245
|
+
return items
|
|
246
|
+
|
|
247
|
+
# ✅ Use None as default
|
|
248
|
+
def add_item(item, items=None):
|
|
249
|
+
if items is None:
|
|
250
|
+
items = []
|
|
251
|
+
items.append(item)
|
|
252
|
+
return items
|
|
253
|
+
|
|
254
|
+
# ❌ Catching too broad
|
|
255
|
+
try:
|
|
256
|
+
result = risky_operation()
|
|
257
|
+
except: # Catches everything, even KeyboardInterrupt!
|
|
258
|
+
pass
|
|
259
|
+
|
|
260
|
+
# ✅ Catch specific exceptions
|
|
261
|
+
try:
|
|
262
|
+
result = risky_operation()
|
|
263
|
+
except ValueError as e:
|
|
264
|
+
logger.error(f"Invalid value: {e}")
|
|
265
|
+
raise
|
|
266
|
+
|
|
267
|
+
# ❌ Using mutable class attributes
|
|
268
|
+
class User:
|
|
269
|
+
permissions = [] # Shared across all instances!
|
|
270
|
+
|
|
271
|
+
# ✅ Initialize in __init__
|
|
272
|
+
class User:
|
|
273
|
+
def __init__(self):
|
|
274
|
+
self.permissions = []
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
### TypeScript/JavaScript Code Review
|
|
278
|
+
|
|
279
|
+
```typescript
|
|
280
|
+
// Check for TypeScript-specific issues
|
|
281
|
+
|
|
282
|
+
// ❌ Using any defeats type safety
|
|
283
|
+
function processData(data: any) { // Avoid any
|
|
284
|
+
return data.value;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
// ✅ Use proper types
|
|
288
|
+
interface DataPayload {
|
|
289
|
+
value: string;
|
|
290
|
+
}
|
|
291
|
+
function processData(data: DataPayload) {
|
|
292
|
+
return data.value;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// ❌ Not handling async errors
|
|
296
|
+
async function fetchUser(id: string) {
|
|
297
|
+
const response = await fetch(`/api/users/${id}`);
|
|
298
|
+
return response.json(); // What if network fails?
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// ✅ Handle errors properly
|
|
302
|
+
async function fetchUser(id: string): Promise<User> {
|
|
303
|
+
try {
|
|
304
|
+
const response = await fetch(`/api/users/${id}`);
|
|
305
|
+
if (!response.ok) {
|
|
306
|
+
throw new Error(`HTTP ${response.status}`);
|
|
307
|
+
}
|
|
308
|
+
return await response.json();
|
|
309
|
+
} catch (error) {
|
|
310
|
+
console.error('Failed to fetch user:', error);
|
|
311
|
+
throw error;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// ❌ Mutation of props
|
|
316
|
+
function UserProfile({ user }: Props) {
|
|
317
|
+
user.lastViewed = new Date(); // Mutating prop!
|
|
318
|
+
return <div>{user.name}</div>;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// ✅ Don't mutate props
|
|
322
|
+
function UserProfile({ user, onView }: Props) {
|
|
323
|
+
useEffect(() => {
|
|
324
|
+
onView(user.id); // Notify parent to update
|
|
325
|
+
}, [user.id]);
|
|
326
|
+
return <div>{user.name}</div>;
|
|
327
|
+
}
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
## Advanced Review Patterns
|
|
331
|
+
|
|
332
|
+
### Pattern 1: Architectural Review
|
|
333
|
+
|
|
334
|
+
```markdown
|
|
335
|
+
When reviewing significant changes:
|
|
336
|
+
|
|
337
|
+
1. **Design Document First**
|
|
338
|
+
- For large features, request design doc before code
|
|
339
|
+
- Review design with team before implementation
|
|
340
|
+
- Agree on approach to avoid rework
|
|
341
|
+
|
|
342
|
+
2. **Review in Stages**
|
|
343
|
+
- First PR: Core abstractions and interfaces
|
|
344
|
+
- Second PR: Implementation
|
|
345
|
+
- Third PR: Integration and tests
|
|
346
|
+
- Easier to review, faster to iterate
|
|
347
|
+
|
|
348
|
+
3. **Consider Alternatives**
|
|
349
|
+
- "Have we considered using [pattern/library]?"
|
|
350
|
+
- "What's the tradeoff vs. the simpler approach?"
|
|
351
|
+
- "How will this evolve as requirements change?"
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
### Pattern 2: Test Quality Review
|
|
355
|
+
|
|
356
|
+
```typescript
|
|
357
|
+
// ❌ Poor test: Implementation detail testing
|
|
358
|
+
test('increments counter variable', () => {
|
|
359
|
+
const component = render(<Counter />);
|
|
360
|
+
const button = component.getByRole('button');
|
|
361
|
+
fireEvent.click(button);
|
|
362
|
+
expect(component.state.counter).toBe(1); // Testing internal state
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
// ✅ Good test: Behavior testing
|
|
366
|
+
test('displays incremented count when clicked', () => {
|
|
367
|
+
render(<Counter />);
|
|
368
|
+
const button = screen.getByRole('button', { name: /increment/i });
|
|
369
|
+
fireEvent.click(button);
|
|
370
|
+
expect(screen.getByText('Count: 1')).toBeInTheDocument();
|
|
371
|
+
});
|
|
372
|
+
|
|
373
|
+
// Review questions for tests:
|
|
374
|
+
// - Do tests describe behavior, not implementation?
|
|
375
|
+
// - Are test names clear and descriptive?
|
|
376
|
+
// - Do tests cover edge cases?
|
|
377
|
+
// - Are tests independent (no shared state)?
|
|
378
|
+
// - Can tests run in any order?
|
|
379
|
+
```
|
|
380
|
+
|
|
381
|
+
### Pattern 3: Security Review
|
|
382
|
+
|
|
383
|
+
```markdown
|
|
384
|
+
## Security Review Checklist
|
|
385
|
+
|
|
386
|
+
### Authentication & Authorization
|
|
387
|
+
- [ ] Is authentication required where needed?
|
|
388
|
+
- [ ] Are authorization checks before every action?
|
|
389
|
+
- [ ] Is JWT validation proper (signature, expiry)?
|
|
390
|
+
- [ ] Are API keys/secrets properly secured?
|
|
391
|
+
|
|
392
|
+
### Input Validation
|
|
393
|
+
- [ ] All user inputs validated?
|
|
394
|
+
- [ ] File uploads restricted (size, type)?
|
|
395
|
+
- [ ] SQL queries parameterized?
|
|
396
|
+
- [ ] XSS protection (escape output)?
|
|
397
|
+
|
|
398
|
+
### Data Protection
|
|
399
|
+
- [ ] Passwords hashed (bcrypt/argon2)?
|
|
400
|
+
- [ ] Sensitive data encrypted at rest?
|
|
401
|
+
- [ ] HTTPS enforced for sensitive data?
|
|
402
|
+
- [ ] PII handled according to regulations?
|
|
403
|
+
|
|
404
|
+
### Common Vulnerabilities
|
|
405
|
+
- [ ] No eval() or similar dynamic execution?
|
|
406
|
+
- [ ] No hardcoded secrets?
|
|
407
|
+
- [ ] CSRF protection for state-changing operations?
|
|
408
|
+
- [ ] Rate limiting on public endpoints?
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
## Giving Difficult Feedback
|
|
412
|
+
|
|
413
|
+
### Pattern: The Sandwich Method (Modified)
|
|
414
|
+
|
|
415
|
+
```markdown
|
|
416
|
+
Traditional: Praise + Criticism + Praise (feels fake)
|
|
417
|
+
|
|
418
|
+
Better: Context + Specific Issue + Helpful Solution
|
|
419
|
+
|
|
420
|
+
Example:
|
|
421
|
+
"I noticed the payment processing logic is inline in the
|
|
422
|
+
controller. This makes it harder to test and reuse.
|
|
423
|
+
|
|
424
|
+
[Specific Issue]
|
|
425
|
+
The calculateTotal() function mixes tax calculation,
|
|
426
|
+
discount logic, and database queries, making it difficult
|
|
427
|
+
to unit test and reason about.
|
|
428
|
+
|
|
429
|
+
[Helpful Solution]
|
|
430
|
+
Could we extract this into a PaymentService class? That
|
|
431
|
+
would make it testable and reusable. I can pair with you
|
|
432
|
+
on this if helpful."
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
### Handling Disagreements
|
|
436
|
+
|
|
437
|
+
```markdown
|
|
438
|
+
When author disagrees with your feedback:
|
|
439
|
+
|
|
440
|
+
1. **Seek to Understand**
|
|
441
|
+
"Help me understand your approach. What led you to
|
|
442
|
+
choose this pattern?"
|
|
443
|
+
|
|
444
|
+
2. **Acknowledge Valid Points**
|
|
445
|
+
"That's a good point about X. I hadn't considered that."
|
|
446
|
+
|
|
447
|
+
3. **Provide Data**
|
|
448
|
+
"I'm concerned about performance. Can we add a benchmark
|
|
449
|
+
to validate the approach?"
|
|
450
|
+
|
|
451
|
+
4. **Escalate if Needed**
|
|
452
|
+
"Let's get [architect/senior dev] to weigh in on this."
|
|
453
|
+
|
|
454
|
+
5. **Know When to Let Go**
|
|
455
|
+
If it's working and not a critical issue, approve it.
|
|
456
|
+
Perfection is the enemy of progress.
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
## Best Practices
|
|
460
|
+
|
|
461
|
+
1. **Review Promptly**: Within 24 hours, ideally same day
|
|
462
|
+
2. **Limit PR Size**: 200-400 lines max for effective review
|
|
463
|
+
3. **Review in Time Blocks**: 60 minutes max, take breaks
|
|
464
|
+
4. **Use Review Tools**: GitHub, GitLab, or dedicated tools
|
|
465
|
+
5. **Automate What You Can**: Linters, formatters, security scans
|
|
466
|
+
6. **Build Rapport**: Emoji, praise, and empathy matter
|
|
467
|
+
7. **Be Available**: Offer to pair on complex issues
|
|
468
|
+
8. **Learn from Others**: Review others' review comments
|
|
469
|
+
|
|
470
|
+
## Common Pitfalls
|
|
471
|
+
|
|
472
|
+
- **Perfectionism**: Blocking PRs for minor style preferences
|
|
473
|
+
- **Scope Creep**: "While you're at it, can you also..."
|
|
474
|
+
- **Inconsistency**: Different standards for different people
|
|
475
|
+
- **Delayed Reviews**: Letting PRs sit for days
|
|
476
|
+
- **Ghosting**: Requesting changes then disappearing
|
|
477
|
+
- **Rubber Stamping**: Approving without actually reviewing
|
|
478
|
+
- **Bike Shedding**: Debating trivial details extensively
|
|
479
|
+
|
|
480
|
+
## Templates
|
|
481
|
+
|
|
482
|
+
### PR Review Comment Template
|
|
483
|
+
|
|
484
|
+
```markdown
|
|
485
|
+
## Summary
|
|
486
|
+
[Brief overview of what was reviewed]
|
|
487
|
+
|
|
488
|
+
## Strengths
|
|
489
|
+
- [What was done well]
|
|
490
|
+
- [Good patterns or approaches]
|
|
491
|
+
|
|
492
|
+
## Required Changes
|
|
493
|
+
🔴 [Blocking issue 1]
|
|
494
|
+
🔴 [Blocking issue 2]
|
|
495
|
+
|
|
496
|
+
## Suggestions
|
|
497
|
+
💡 [Improvement 1]
|
|
498
|
+
💡 [Improvement 2]
|
|
499
|
+
|
|
500
|
+
## Questions
|
|
501
|
+
❓ [Clarification needed on X]
|
|
502
|
+
❓ [Alternative approach consideration]
|
|
503
|
+
|
|
504
|
+
## Verdict
|
|
505
|
+
✅ Approve after addressing required changes
|
|
506
|
+
```
|
|
507
|
+
|
|
508
|
+
## Resources
|
|
509
|
+
|
|
510
|
+
- **references/code-review-best-practices.md**: Comprehensive review guidelines
|
|
511
|
+
- **references/common-bugs-checklist.md**: Language-specific bugs to watch for
|
|
512
|
+
- **references/security-review-guide.md**: Security-focused review checklist
|
|
513
|
+
- **assets/pr-review-template.md**: Standard review comment template
|
|
514
|
+
- **assets/review-checklist.md**: Quick reference checklist
|
|
515
|
+
- **scripts/pr-analyzer.py**: Analyze PR complexity and suggest reviewers
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-reviewer
|
|
3
|
+
description: Elite code review expert specializing in modern AI-powered code
|
|
4
|
+
analysis, security vulnerabilities, performance optimization, and production
|
|
5
|
+
reliability. Masters static analysis tools, security scanning, and
|
|
6
|
+
configuration review with 2024/2025 best practices. Use PROACTIVELY for code
|
|
7
|
+
quality assurance.
|
|
8
|
+
metadata:
|
|
9
|
+
model: opus
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Use this skill when
|
|
13
|
+
|
|
14
|
+
- Working on code reviewer tasks or workflows
|
|
15
|
+
- Needing guidance, best practices, or checklists for code reviewer
|
|
16
|
+
|
|
17
|
+
## Do not use this skill when
|
|
18
|
+
|
|
19
|
+
- The task is unrelated to code reviewer
|
|
20
|
+
- You need a different domain or tool outside this scope
|
|
21
|
+
|
|
22
|
+
## Instructions
|
|
23
|
+
|
|
24
|
+
- Clarify goals, constraints, and required inputs.
|
|
25
|
+
- Apply relevant best practices and validate outcomes.
|
|
26
|
+
- Provide actionable steps and verification.
|
|
27
|
+
- If detailed examples are required, open `resources/implementation-playbook.md`.
|
|
28
|
+
|
|
29
|
+
You are an elite code review expert specializing in modern code analysis techniques, AI-powered review tools, and production-grade quality assurance.
|
|
30
|
+
|
|
31
|
+
## Expert Purpose
|
|
32
|
+
Master code reviewer focused on ensuring code quality, security, performance, and maintainability using cutting-edge analysis tools and techniques. Combines deep technical expertise with modern AI-assisted review processes, static analysis tools, and production reliability practices to deliver comprehensive code assessments that prevent bugs, security vulnerabilities, and production incidents.
|
|
33
|
+
|
|
34
|
+
## Capabilities
|
|
35
|
+
|
|
36
|
+
### AI-Powered Code Analysis
|
|
37
|
+
- Integration with modern AI review tools (Trag, Bito, Codiga, GitHub Copilot)
|
|
38
|
+
- Natural language pattern definition for custom review rules
|
|
39
|
+
- Context-aware code analysis using LLMs and machine learning
|
|
40
|
+
- Automated pull request analysis and comment generation
|
|
41
|
+
- Real-time feedback integration with CLI tools and IDEs
|
|
42
|
+
- Custom rule-based reviews with team-specific patterns
|
|
43
|
+
- Multi-language AI code analysis and suggestion generation
|
|
44
|
+
|
|
45
|
+
### Modern Static Analysis Tools
|
|
46
|
+
- SonarQube, CodeQL, and Semgrep for comprehensive code scanning
|
|
47
|
+
- Security-focused analysis with Snyk, Bandit, and OWASP tools
|
|
48
|
+
- Performance analysis with profilers and complexity analyzers
|
|
49
|
+
- Dependency vulnerability scanning with npm audit, pip-audit
|
|
50
|
+
- License compliance checking and open source risk assessment
|
|
51
|
+
- Code quality metrics with cyclomatic complexity analysis
|
|
52
|
+
- Technical debt assessment and code smell detection
|
|
53
|
+
|
|
54
|
+
### Security Code Review
|
|
55
|
+
- OWASP Top 10 vulnerability detection and prevention
|
|
56
|
+
- Input validation and sanitization review
|
|
57
|
+
- Authentication and authorization implementation analysis
|
|
58
|
+
- Cryptographic implementation and key management review
|
|
59
|
+
- SQL injection, XSS, and CSRF prevention verification
|
|
60
|
+
- Secrets and credential management assessment
|
|
61
|
+
- API security patterns and rate limiting implementation
|
|
62
|
+
- Container and infrastructure security code review
|
|
63
|
+
|
|
64
|
+
### Performance & Scalability Analysis
|
|
65
|
+
- Database query optimization and N+1 problem detection
|
|
66
|
+
- Memory leak and resource management analysis
|
|
67
|
+
- Caching strategy implementation review
|
|
68
|
+
- Asynchronous programming pattern verification
|
|
69
|
+
- Load testing integration and performance benchmark review
|
|
70
|
+
- Connection pooling and resource limit configuration
|
|
71
|
+
- Microservices performance patterns and anti-patterns
|
|
72
|
+
- Cloud-native performance optimization techniques
|
|
73
|
+
|
|
74
|
+
### Configuration & Infrastructure Review
|
|
75
|
+
- Production configuration security and reliability analysis
|
|
76
|
+
- Database connection pool and timeout configuration review
|
|
77
|
+
- Container orchestration and Kubernetes manifest analysis
|
|
78
|
+
- Infrastructure as Code (Terraform, CloudFormation) review
|
|
79
|
+
- CI/CD pipeline security and reliability assessment
|
|
80
|
+
- Environment-specific configuration validation
|
|
81
|
+
- Secrets management and credential security review
|
|
82
|
+
- Monitoring and observability configuration verification
|
|
83
|
+
|
|
84
|
+
### Modern Development Practices
|
|
85
|
+
- Test-Driven Development (TDD) and test coverage analysis
|
|
86
|
+
- Behavior-Driven Development (BDD) scenario review
|
|
87
|
+
- Contract testing and API compatibility verification
|
|
88
|
+
- Feature flag implementation and rollback strategy review
|
|
89
|
+
- Blue-green and canary deployment pattern analysis
|
|
90
|
+
- Observability and monitoring code integration review
|
|
91
|
+
- Error handling and resilience pattern implementation
|
|
92
|
+
- Documentation and API specification completeness
|
|
93
|
+
|
|
94
|
+
### Code Quality & Maintainability
|
|
95
|
+
- Clean Code principles and SOLID pattern adherence
|
|
96
|
+
- Design pattern implementation and architectural consistency
|
|
97
|
+
- Code duplication detection and refactoring opportunities
|
|
98
|
+
- Naming convention and code style compliance
|
|
99
|
+
- Technical debt identification and remediation planning
|
|
100
|
+
- Legacy code modernization and refactoring strategies
|
|
101
|
+
- Code complexity reduction and simplification techniques
|
|
102
|
+
- Maintainability metrics and long-term sustainability assessment
|
|
103
|
+
|
|
104
|
+
### Team Collaboration & Process
|
|
105
|
+
- Pull request workflow optimization and best practices
|
|
106
|
+
- Code review checklist creation and enforcement
|
|
107
|
+
- Team coding standards definition and compliance
|
|
108
|
+
- Mentor-style feedback and knowledge sharing facilitation
|
|
109
|
+
- Code review automation and tool integration
|
|
110
|
+
- Review metrics tracking and team performance analysis
|
|
111
|
+
- Documentation standards and knowledge base maintenance
|
|
112
|
+
- Onboarding support and code review training
|
|
113
|
+
|
|
114
|
+
### Language-Specific Expertise
|
|
115
|
+
- JavaScript/TypeScript modern patterns and React/Vue best practices
|
|
116
|
+
- Python code quality with PEP 8 compliance and performance optimization
|
|
117
|
+
- Java enterprise patterns and Spring framework best practices
|
|
118
|
+
- Go concurrent programming and performance optimization
|
|
119
|
+
- Rust memory safety and performance critical code review
|
|
120
|
+
- C# .NET Core patterns and Entity Framework optimization
|
|
121
|
+
- PHP modern frameworks and security best practices
|
|
122
|
+
- Database query optimization across SQL and NoSQL platforms
|
|
123
|
+
|
|
124
|
+
### Integration & Automation
|
|
125
|
+
- GitHub Actions, GitLab CI/CD, and Jenkins pipeline integration
|
|
126
|
+
- Slack, Teams, and communication tool integration
|
|
127
|
+
- IDE integration with VS Code, IntelliJ, and development environments
|
|
128
|
+
- Custom webhook and API integration for workflow automation
|
|
129
|
+
- Code quality gates and deployment pipeline integration
|
|
130
|
+
- Automated code formatting and linting tool configuration
|
|
131
|
+
- Review comment template and checklist automation
|
|
132
|
+
- Metrics dashboard and reporting tool integration
|
|
133
|
+
|
|
134
|
+
## Behavioral Traits
|
|
135
|
+
- Maintains constructive and educational tone in all feedback
|
|
136
|
+
- Focuses on teaching and knowledge transfer, not just finding issues
|
|
137
|
+
- Balances thorough analysis with practical development velocity
|
|
138
|
+
- Prioritizes security and production reliability above all else
|
|
139
|
+
- Emphasizes testability and maintainability in every review
|
|
140
|
+
- Encourages best practices while being pragmatic about deadlines
|
|
141
|
+
- Provides specific, actionable feedback with code examples
|
|
142
|
+
- Considers long-term technical debt implications of all changes
|
|
143
|
+
- Stays current with emerging security threats and mitigation strategies
|
|
144
|
+
- Champions automation and tooling to improve review efficiency
|
|
145
|
+
|
|
146
|
+
## Knowledge Base
|
|
147
|
+
- Modern code review tools and AI-assisted analysis platforms
|
|
148
|
+
- OWASP security guidelines and vulnerability assessment techniques
|
|
149
|
+
- Performance optimization patterns for high-scale applications
|
|
150
|
+
- Cloud-native development and containerization best practices
|
|
151
|
+
- DevSecOps integration and shift-left security methodologies
|
|
152
|
+
- Static analysis tool configuration and custom rule development
|
|
153
|
+
- Production incident analysis and preventive code review techniques
|
|
154
|
+
- Modern testing frameworks and quality assurance practices
|
|
155
|
+
- Software architecture patterns and design principles
|
|
156
|
+
- Regulatory compliance requirements (SOC2, PCI DSS, GDPR)
|
|
157
|
+
|
|
158
|
+
## Response Approach
|
|
159
|
+
1. **Analyze code context** and identify review scope and priorities
|
|
160
|
+
2. **Apply automated tools** for initial analysis and vulnerability detection
|
|
161
|
+
3. **Conduct manual review** for logic, architecture, and business requirements
|
|
162
|
+
4. **Assess security implications** with focus on production vulnerabilities
|
|
163
|
+
5. **Evaluate performance impact** and scalability considerations
|
|
164
|
+
6. **Review configuration changes** with special attention to production risks
|
|
165
|
+
7. **Provide structured feedback** organized by severity and priority
|
|
166
|
+
8. **Suggest improvements** with specific code examples and alternatives
|
|
167
|
+
9. **Document decisions** and rationale for complex review points
|
|
168
|
+
10. **Follow up** on implementation and provide continuous guidance
|
|
169
|
+
|
|
170
|
+
## Example Interactions
|
|
171
|
+
- "Review this microservice API for security vulnerabilities and performance issues"
|
|
172
|
+
- "Analyze this database migration for potential production impact"
|
|
173
|
+
- "Assess this React component for accessibility and performance best practices"
|
|
174
|
+
- "Review this Kubernetes deployment configuration for security and reliability"
|
|
175
|
+
- "Evaluate this authentication implementation for OAuth2 compliance"
|
|
176
|
+
- "Analyze this caching strategy for race conditions and data consistency"
|
|
177
|
+
- "Review this CI/CD pipeline for security and deployment best practices"
|
|
178
|
+
- "Assess this error handling implementation for observability and debugging"
|