@rubix0270/arboris 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.
Files changed (451) hide show
  1. package/README.md +151 -0
  2. package/cli/manifest.json +323 -0
  3. package/dist/cli.mjs +376 -0
  4. package/package.json +81 -0
  5. package/prisma/skills/accessibility/SKILL.md +147 -0
  6. package/prisma/skills/agent-architecture-audit/SKILL.md +257 -0
  7. package/prisma/skills/agent-eval/SKILL.md +146 -0
  8. package/prisma/skills/agent-harness-construction/SKILL.md +74 -0
  9. package/prisma/skills/agent-introspection-debugging/SKILL.md +154 -0
  10. package/prisma/skills/agent-payment-x402/SKILL.md +225 -0
  11. package/prisma/skills/agent-self-evaluation/SKILL.md +182 -0
  12. package/prisma/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
  13. package/prisma/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
  14. package/prisma/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
  15. package/prisma/skills/agent-self-evaluation/references/hook-integration.md +64 -0
  16. package/prisma/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
  17. package/prisma/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
  18. package/prisma/skills/agent-sort/SKILL.md +216 -0
  19. package/prisma/skills/agentic-engineering/SKILL.md +64 -0
  20. package/prisma/skills/agentic-os/SKILL.md +388 -0
  21. package/prisma/skills/ai-first-engineering/SKILL.md +52 -0
  22. package/prisma/skills/ai-regression-testing/SKILL.md +386 -0
  23. package/prisma/skills/android-clean-architecture/SKILL.md +340 -0
  24. package/prisma/skills/angular-developer/SKILL.md +155 -0
  25. package/prisma/skills/angular-developer/references/angular-animations.md +160 -0
  26. package/prisma/skills/angular-developer/references/angular-aria.md +410 -0
  27. package/prisma/skills/angular-developer/references/cli.md +86 -0
  28. package/prisma/skills/angular-developer/references/component-harnesses.md +59 -0
  29. package/prisma/skills/angular-developer/references/component-styling.md +91 -0
  30. package/prisma/skills/angular-developer/references/components.md +117 -0
  31. package/prisma/skills/angular-developer/references/creating-services.md +97 -0
  32. package/prisma/skills/angular-developer/references/data-resolvers.md +69 -0
  33. package/prisma/skills/angular-developer/references/define-routes.md +67 -0
  34. package/prisma/skills/angular-developer/references/defining-providers.md +72 -0
  35. package/prisma/skills/angular-developer/references/di-fundamentals.md +120 -0
  36. package/prisma/skills/angular-developer/references/e2e-testing.md +56 -0
  37. package/prisma/skills/angular-developer/references/effects.md +83 -0
  38. package/prisma/skills/angular-developer/references/hierarchical-injectors.md +43 -0
  39. package/prisma/skills/angular-developer/references/host-elements.md +80 -0
  40. package/prisma/skills/angular-developer/references/injection-context.md +63 -0
  41. package/prisma/skills/angular-developer/references/inputs.md +101 -0
  42. package/prisma/skills/angular-developer/references/linked-signal.md +59 -0
  43. package/prisma/skills/angular-developer/references/loading-strategies.md +61 -0
  44. package/prisma/skills/angular-developer/references/mcp.md +108 -0
  45. package/prisma/skills/angular-developer/references/navigate-to-routes.md +69 -0
  46. package/prisma/skills/angular-developer/references/outputs.md +86 -0
  47. package/prisma/skills/angular-developer/references/reactive-forms.md +122 -0
  48. package/prisma/skills/angular-developer/references/rendering-strategies.md +44 -0
  49. package/prisma/skills/angular-developer/references/resource.md +77 -0
  50. package/prisma/skills/angular-developer/references/route-animations.md +56 -0
  51. package/prisma/skills/angular-developer/references/route-guards.md +52 -0
  52. package/prisma/skills/angular-developer/references/router-lifecycle.md +45 -0
  53. package/prisma/skills/angular-developer/references/router-testing.md +87 -0
  54. package/prisma/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
  55. package/prisma/skills/angular-developer/references/signal-forms.md +795 -0
  56. package/prisma/skills/angular-developer/references/signals-overview.md +94 -0
  57. package/prisma/skills/angular-developer/references/tailwind-css.md +69 -0
  58. package/prisma/skills/angular-developer/references/template-driven-forms.md +114 -0
  59. package/prisma/skills/angular-developer/references/testing-fundamentals.md +65 -0
  60. package/prisma/skills/api-connector-builder/SKILL.md +121 -0
  61. package/prisma/skills/api-design/SKILL.md +524 -0
  62. package/prisma/skills/architecture-decision-records/SKILL.md +180 -0
  63. package/prisma/skills/article-writing/SKILL.md +80 -0
  64. package/prisma/skills/automation-audit-ops/SKILL.md +143 -0
  65. package/prisma/skills/autonomous-agent-harness/SKILL.md +274 -0
  66. package/prisma/skills/autonomous-loops/SKILL.md +611 -0
  67. package/prisma/skills/backend-patterns/SKILL.md +562 -0
  68. package/prisma/skills/benchmark/SKILL.md +94 -0
  69. package/prisma/skills/benchmark-methodology/SKILL.md +190 -0
  70. package/prisma/skills/benchmark-optimization-loop/SKILL.md +70 -0
  71. package/prisma/skills/blender-motion-state-inspection/SKILL.md +165 -0
  72. package/prisma/skills/blueprint/SKILL.md +106 -0
  73. package/prisma/skills/brand-discovery/SKILL.md +145 -0
  74. package/prisma/skills/brand-discovery/references/10_purpose-why.md +40 -0
  75. package/prisma/skills/brand-discovery/references/20_positioning.md +44 -0
  76. package/prisma/skills/brand-discovery/references/30_audience-niche.md +52 -0
  77. package/prisma/skills/brand-discovery/references/40_personality-archetype.md +57 -0
  78. package/prisma/skills/brand-discovery/references/50_voice-tone.md +59 -0
  79. package/prisma/skills/brand-discovery/references/60_narrative-story.md +50 -0
  80. package/prisma/skills/brand-discovery/references/70_founder-tension.md +49 -0
  81. package/prisma/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
  82. package/prisma/skills/brand-voice/SKILL.md +98 -0
  83. package/prisma/skills/brand-voice/references/voice-profile-schema.md +55 -0
  84. package/prisma/skills/browser-qa/SKILL.md +105 -0
  85. package/prisma/skills/bun-runtime/SKILL.md +85 -0
  86. package/prisma/skills/canary-watch/SKILL.md +108 -0
  87. package/prisma/skills/carrier-relationship-management/SKILL.md +212 -0
  88. package/prisma/skills/cisco-ios-patterns/SKILL.md +164 -0
  89. package/prisma/skills/ck/SKILL.md +148 -0
  90. package/prisma/skills/ck/commands/forget.mjs +44 -0
  91. package/prisma/skills/ck/commands/info.mjs +24 -0
  92. package/prisma/skills/ck/commands/init.mjs +143 -0
  93. package/prisma/skills/ck/commands/list.mjs +40 -0
  94. package/prisma/skills/ck/commands/migrate.mjs +202 -0
  95. package/prisma/skills/ck/commands/resume.mjs +36 -0
  96. package/prisma/skills/ck/commands/save.mjs +210 -0
  97. package/prisma/skills/ck/commands/shared.mjs +387 -0
  98. package/prisma/skills/ck/hooks/session-start.mjs +224 -0
  99. package/prisma/skills/claude-devfleet/SKILL.md +112 -0
  100. package/prisma/skills/click-path-audit/SKILL.md +245 -0
  101. package/prisma/skills/clickhouse-io/SKILL.md +440 -0
  102. package/prisma/skills/code-tour/SKILL.md +254 -0
  103. package/prisma/skills/codebase-onboarding/SKILL.md +234 -0
  104. package/prisma/skills/codehealth-mcp/SKILL.md +167 -0
  105. package/prisma/skills/coding-standards/SKILL.md +551 -0
  106. package/prisma/skills/competitive-platform-analysis/SKILL.md +214 -0
  107. package/prisma/skills/competitive-report-structure/SKILL.md +162 -0
  108. package/prisma/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  109. package/prisma/skills/config-gc/SKILL.md +120 -0
  110. package/prisma/skills/configure-ecc/SKILL.md +385 -0
  111. package/prisma/skills/connections-optimizer/SKILL.md +190 -0
  112. package/prisma/skills/content-engine/SKILL.md +132 -0
  113. package/prisma/skills/content-hash-cache-pattern/SKILL.md +162 -0
  114. package/prisma/skills/context-budget/SKILL.md +136 -0
  115. package/prisma/skills/continuous-agent-loop/SKILL.md +46 -0
  116. package/prisma/skills/continuous-learning/SKILL.md +132 -0
  117. package/prisma/skills/continuous-learning/config.json +18 -0
  118. package/prisma/skills/continuous-learning/evaluate-session.sh +69 -0
  119. package/prisma/skills/continuous-learning-v2/SKILL.md +361 -0
  120. package/prisma/skills/continuous-learning-v2/agents/observer-loop.sh +359 -0
  121. package/prisma/skills/continuous-learning-v2/agents/observer.md +189 -0
  122. package/prisma/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
  123. package/prisma/skills/continuous-learning-v2/agents/start-observer.sh +248 -0
  124. package/prisma/skills/continuous-learning-v2/config.json +8 -0
  125. package/prisma/skills/continuous-learning-v2/hooks/observe.sh +585 -0
  126. package/prisma/skills/continuous-learning-v2/scripts/detect-project.sh +322 -0
  127. package/prisma/skills/continuous-learning-v2/scripts/instinct-cli.py +1956 -0
  128. package/prisma/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
  129. package/prisma/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +68 -0
  130. package/prisma/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1421 -0
  131. package/prisma/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  132. package/prisma/skills/cost-tracking/SKILL.md +97 -0
  133. package/prisma/skills/council/SKILL.md +204 -0
  134. package/prisma/skills/cpp-coding-standards/SKILL.md +724 -0
  135. package/prisma/skills/cpp-testing/SKILL.md +325 -0
  136. package/prisma/skills/crosspost/SKILL.md +112 -0
  137. package/prisma/skills/csharp-testing/SKILL.md +322 -0
  138. package/prisma/skills/customer-billing-ops/SKILL.md +141 -0
  139. package/prisma/skills/customs-trade-compliance/SKILL.md +263 -0
  140. package/prisma/skills/dart-flutter-patterns/SKILL.md +564 -0
  141. package/prisma/skills/dashboard-builder/SKILL.md +109 -0
  142. package/prisma/skills/data-scraper-agent/SKILL.md +765 -0
  143. package/prisma/skills/data-throughput-accelerator/SKILL.md +73 -0
  144. package/prisma/skills/database-migrations/SKILL.md +430 -0
  145. package/prisma/skills/deep-research/SKILL.md +160 -0
  146. package/prisma/skills/defi-amm-security/SKILL.md +167 -0
  147. package/prisma/skills/delivery-gate/SKILL.md +126 -0
  148. package/prisma/skills/delivery-gate/hooks/quality-gate.py +220 -0
  149. package/prisma/skills/deployment-patterns/SKILL.md +428 -0
  150. package/prisma/skills/design-system/SKILL.md +83 -0
  151. package/prisma/skills/django-celery/SKILL.md +458 -0
  152. package/prisma/skills/django-patterns/SKILL.md +735 -0
  153. package/prisma/skills/django-security/SKILL.md +644 -0
  154. package/prisma/skills/django-tdd/SKILL.md +730 -0
  155. package/prisma/skills/django-verification/SKILL.md +470 -0
  156. package/prisma/skills/dmux-workflows/SKILL.md +192 -0
  157. package/prisma/skills/docker-patterns/SKILL.md +365 -0
  158. package/prisma/skills/documentation-lookup/SKILL.md +91 -0
  159. package/prisma/skills/dotnet-patterns/SKILL.md +322 -0
  160. package/prisma/skills/dynamic-workflow-mode/SKILL.md +124 -0
  161. package/prisma/skills/e2e-testing/SKILL.md +327 -0
  162. package/prisma/skills/ecc-guide/SKILL.md +190 -0
  163. package/prisma/skills/ecc-recipes/SKILL.md +149 -0
  164. package/prisma/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  165. package/prisma/skills/email-ops/SKILL.md +122 -0
  166. package/prisma/skills/energy-procurement/SKILL.md +228 -0
  167. package/prisma/skills/enterprise-agent-ops/SKILL.md +51 -0
  168. package/prisma/skills/error-handling/SKILL.md +377 -0
  169. package/prisma/skills/eval-harness/SKILL.md +271 -0
  170. package/prisma/skills/evm-token-decimals/SKILL.md +131 -0
  171. package/prisma/skills/exa-search/SKILL.md +108 -0
  172. package/prisma/skills/fal-ai-media/SKILL.md +289 -0
  173. package/prisma/skills/fastapi-patterns/SKILL.md +514 -0
  174. package/prisma/skills/finance-billing-ops/SKILL.md +128 -0
  175. package/prisma/skills/flox-environments/SKILL.md +497 -0
  176. package/prisma/skills/flutter-dart-code-review/SKILL.md +436 -0
  177. package/prisma/skills/foundation-models-on-device/SKILL.md +243 -0
  178. package/prisma/skills/frontend-a11y/SKILL.md +446 -0
  179. package/prisma/skills/frontend-design-direction/SKILL.md +93 -0
  180. package/prisma/skills/frontend-patterns/SKILL.md +657 -0
  181. package/prisma/skills/frontend-slides/SKILL.md +185 -0
  182. package/prisma/skills/frontend-slides/STYLE_PRESETS.md +330 -0
  183. package/prisma/skills/frontend-slides/animation-patterns.md +122 -0
  184. package/prisma/skills/frontend-slides/html-template.md +419 -0
  185. package/prisma/skills/frontend-slides/scripts/export-pdf.sh +418 -0
  186. package/prisma/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  187. package/prisma/skills/frontend-slides/viewport-base.css +153 -0
  188. package/prisma/skills/fsharp-testing/SKILL.md +281 -0
  189. package/prisma/skills/gan-style-harness/SKILL.md +279 -0
  190. package/prisma/skills/gateguard/SKILL.md +133 -0
  191. package/prisma/skills/generating-python-installer/SKILL.md +820 -0
  192. package/prisma/skills/git-workflow/SKILL.md +716 -0
  193. package/prisma/skills/github-ops/SKILL.md +145 -0
  194. package/prisma/skills/golang-patterns/SKILL.md +675 -0
  195. package/prisma/skills/golang-testing/SKILL.md +721 -0
  196. package/prisma/skills/google-workspace-ops/SKILL.md +96 -0
  197. package/prisma/skills/growth-log/SKILL.md +128 -0
  198. package/prisma/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  199. package/prisma/skills/healthcare-emr-patterns/SKILL.md +160 -0
  200. package/prisma/skills/healthcare-eval-harness/SKILL.md +208 -0
  201. package/prisma/skills/healthcare-phi-compliance/SKILL.md +146 -0
  202. package/prisma/skills/hermes-imports/SKILL.md +89 -0
  203. package/prisma/skills/hexagonal-architecture/SKILL.md +277 -0
  204. package/prisma/skills/hipaa-compliance/SKILL.md +79 -0
  205. package/prisma/skills/homelab-network-readiness/SKILL.md +170 -0
  206. package/prisma/skills/homelab-network-setup/SKILL.md +130 -0
  207. package/prisma/skills/homelab-pihole-dns/SKILL.md +275 -0
  208. package/prisma/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  209. package/prisma/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  210. package/prisma/skills/hookify-rules/SKILL.md +128 -0
  211. package/prisma/skills/inherit-legacy-style/SKILL.md +157 -0
  212. package/prisma/skills/intent-driven-development/SKILL.md +360 -0
  213. package/prisma/skills/inventory-demand-planning/SKILL.md +247 -0
  214. package/prisma/skills/investor-materials/SKILL.md +97 -0
  215. package/prisma/skills/investor-outreach/SKILL.md +92 -0
  216. package/prisma/skills/ios-icon-gen/SKILL.md +158 -0
  217. package/prisma/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
  218. package/prisma/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
  219. package/prisma/skills/iterative-retrieval/SKILL.md +212 -0
  220. package/prisma/skills/ito-basket-compare/SKILL.md +64 -0
  221. package/prisma/skills/ito-data-atlas-agent/SKILL.md +64 -0
  222. package/prisma/skills/ito-market-intelligence/SKILL.md +61 -0
  223. package/prisma/skills/ito-trade-planner/SKILL.md +68 -0
  224. package/prisma/skills/java-coding-standards/SKILL.md +384 -0
  225. package/prisma/skills/jira-integration/SKILL.md +303 -0
  226. package/prisma/skills/jpa-patterns/SKILL.md +152 -0
  227. package/prisma/skills/knowledge-ops/SKILL.md +155 -0
  228. package/prisma/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  229. package/prisma/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  230. package/prisma/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  231. package/prisma/skills/kotlin-patterns/SKILL.md +712 -0
  232. package/prisma/skills/kotlin-testing/SKILL.md +825 -0
  233. package/prisma/skills/kubernetes-patterns/SKILL.md +756 -0
  234. package/prisma/skills/laravel-patterns/SKILL.md +416 -0
  235. package/prisma/skills/laravel-plugin-discovery/SKILL.md +230 -0
  236. package/prisma/skills/laravel-security/SKILL.md +948 -0
  237. package/prisma/skills/laravel-tdd/SKILL.md +675 -0
  238. package/prisma/skills/laravel-verification/SKILL.md +180 -0
  239. package/prisma/skills/latency-critical-systems/SKILL.md +74 -0
  240. package/prisma/skills/lead-intelligence/SKILL.md +322 -0
  241. package/prisma/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
  242. package/prisma/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
  243. package/prisma/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
  244. package/prisma/skills/lead-intelligence/agents/signal-scorer.md +60 -0
  245. package/prisma/skills/liquid-glass-design/SKILL.md +279 -0
  246. package/prisma/skills/llm-trading-agent-security/SKILL.md +147 -0
  247. package/prisma/skills/logistics-exception-management/SKILL.md +222 -0
  248. package/prisma/skills/loop-design-check/SKILL.md +143 -0
  249. package/prisma/skills/mailtrap-email-integration/SKILL.md +77 -0
  250. package/prisma/skills/make-interfaces-feel-better/SKILL.md +152 -0
  251. package/prisma/skills/manim-video/SKILL.md +90 -0
  252. package/prisma/skills/manim-video/assets/network_graph_scene.py +52 -0
  253. package/prisma/skills/market-research/SKILL.md +76 -0
  254. package/prisma/skills/marketing-campaign/SKILL.md +114 -0
  255. package/prisma/skills/mcp-server-patterns/SKILL.md +70 -0
  256. package/prisma/skills/messages-ops/SKILL.md +105 -0
  257. package/prisma/skills/ml-adoption-playbook/SKILL.md +57 -0
  258. package/prisma/skills/mle-workflow/SKILL.md +347 -0
  259. package/prisma/skills/motion-advanced/SKILL.md +596 -0
  260. package/prisma/skills/motion-foundations/SKILL.md +299 -0
  261. package/prisma/skills/motion-patterns/SKILL.md +434 -0
  262. package/prisma/skills/motion-ui/SKILL.md +576 -0
  263. package/prisma/skills/mysql-patterns/SKILL.md +413 -0
  264. package/prisma/skills/nanoclaw-repl/SKILL.md +34 -0
  265. package/prisma/skills/nestjs-patterns/SKILL.md +231 -0
  266. package/prisma/skills/netmiko-ssh-automation/SKILL.md +174 -0
  267. package/prisma/skills/network-bgp-diagnostics/SKILL.md +168 -0
  268. package/prisma/skills/network-config-validation/SKILL.md +211 -0
  269. package/prisma/skills/network-interface-health/SKILL.md +153 -0
  270. package/prisma/skills/nextjs-turbopack/SKILL.md +58 -0
  271. package/prisma/skills/nodejs-keccak256/SKILL.md +103 -0
  272. package/prisma/skills/nutrient-document-processing/SKILL.md +168 -0
  273. package/prisma/skills/nuxt4-patterns/SKILL.md +101 -0
  274. package/prisma/skills/openclaw-persona-forge/SKILL.md +289 -0
  275. package/prisma/skills/openclaw-persona-forge/gacha.py +224 -0
  276. package/prisma/skills/openclaw-persona-forge/gacha.sh +5 -0
  277. package/prisma/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
  278. package/prisma/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
  279. package/prisma/skills/openclaw-persona-forge/references/error-handling.md +53 -0
  280. package/prisma/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
  281. package/prisma/skills/openclaw-persona-forge/references/naming-system.md +39 -0
  282. package/prisma/skills/openclaw-persona-forge/references/output-template.md +166 -0
  283. package/prisma/skills/opensource-pipeline/SKILL.md +256 -0
  284. package/prisma/skills/orch-add-feature/SKILL.md +45 -0
  285. package/prisma/skills/orch-build-mvp/SKILL.md +49 -0
  286. package/prisma/skills/orch-change-feature/SKILL.md +43 -0
  287. package/prisma/skills/orch-fix-defect/SKILL.md +43 -0
  288. package/prisma/skills/orch-pipeline/SKILL.md +121 -0
  289. package/prisma/skills/orch-refine-code/SKILL.md +44 -0
  290. package/prisma/skills/parallel-execution-optimizer/SKILL.md +73 -0
  291. package/prisma/skills/perl-patterns/SKILL.md +505 -0
  292. package/prisma/skills/perl-security/SKILL.md +504 -0
  293. package/prisma/skills/perl-testing/SKILL.md +476 -0
  294. package/prisma/skills/plan-orchestrate/SKILL.md +263 -0
  295. package/prisma/skills/plankton-code-quality/SKILL.md +237 -0
  296. package/prisma/skills/postgres-patterns/SKILL.md +148 -0
  297. package/prisma/skills/prediction-market-oracle-research/SKILL.md +64 -0
  298. package/prisma/skills/prediction-market-risk-review/SKILL.md +61 -0
  299. package/prisma/skills/prisma-patterns/SKILL.md +401 -0
  300. package/prisma/skills/product-capability/SKILL.md +142 -0
  301. package/prisma/skills/product-lens/SKILL.md +93 -0
  302. package/prisma/skills/production-audit/SKILL.md +207 -0
  303. package/prisma/skills/production-scheduling/SKILL.md +238 -0
  304. package/prisma/skills/project-flow-ops/SKILL.md +112 -0
  305. package/prisma/skills/prompt-optimizer/SKILL.md +398 -0
  306. package/prisma/skills/python-patterns/SKILL.md +751 -0
  307. package/prisma/skills/python-testing/SKILL.md +817 -0
  308. package/prisma/skills/pytorch-patterns/SKILL.md +397 -0
  309. package/prisma/skills/quality-nonconformance/SKILL.md +260 -0
  310. package/prisma/skills/quarkus-patterns/SKILL.md +723 -0
  311. package/prisma/skills/quarkus-security/SKILL.md +468 -0
  312. package/prisma/skills/quarkus-tdd/SKILL.md +812 -0
  313. package/prisma/skills/quarkus-verification/SKILL.md +480 -0
  314. package/prisma/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  315. package/prisma/skills/react-native-patterns/SKILL.md +326 -0
  316. package/prisma/skills/react-patterns/SKILL.md +342 -0
  317. package/prisma/skills/react-performance/SKILL.md +575 -0
  318. package/prisma/skills/react-testing/SKILL.md +424 -0
  319. package/prisma/skills/recsys-pipeline-architect/SKILL.md +115 -0
  320. package/prisma/skills/recursive-decision-ledger/SKILL.md +80 -0
  321. package/prisma/skills/redis-patterns/SKILL.md +404 -0
  322. package/prisma/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  323. package/prisma/skills/remotion-video-creation/SKILL.md +43 -0
  324. package/prisma/skills/remotion-video-creation/rules/3d.md +86 -0
  325. package/prisma/skills/remotion-video-creation/rules/animations.md +29 -0
  326. package/prisma/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
  327. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
  328. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
  329. package/prisma/skills/remotion-video-creation/rules/assets.md +78 -0
  330. package/prisma/skills/remotion-video-creation/rules/audio.md +172 -0
  331. package/prisma/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
  332. package/prisma/skills/remotion-video-creation/rules/can-decode.md +75 -0
  333. package/prisma/skills/remotion-video-creation/rules/charts.md +58 -0
  334. package/prisma/skills/remotion-video-creation/rules/compositions.md +146 -0
  335. package/prisma/skills/remotion-video-creation/rules/display-captions.md +126 -0
  336. package/prisma/skills/remotion-video-creation/rules/extract-frames.md +229 -0
  337. package/prisma/skills/remotion-video-creation/rules/fonts.md +152 -0
  338. package/prisma/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
  339. package/prisma/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
  340. package/prisma/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
  341. package/prisma/skills/remotion-video-creation/rules/gifs.md +138 -0
  342. package/prisma/skills/remotion-video-creation/rules/images.md +130 -0
  343. package/prisma/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
  344. package/prisma/skills/remotion-video-creation/rules/lottie.md +67 -0
  345. package/prisma/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
  346. package/prisma/skills/remotion-video-creation/rules/measuring-text.md +143 -0
  347. package/prisma/skills/remotion-video-creation/rules/sequencing.md +106 -0
  348. package/prisma/skills/remotion-video-creation/rules/tailwind.md +11 -0
  349. package/prisma/skills/remotion-video-creation/rules/text-animations.md +20 -0
  350. package/prisma/skills/remotion-video-creation/rules/timing.md +179 -0
  351. package/prisma/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
  352. package/prisma/skills/remotion-video-creation/rules/transitions.md +122 -0
  353. package/prisma/skills/remotion-video-creation/rules/trimming.md +52 -0
  354. package/prisma/skills/remotion-video-creation/rules/videos.md +171 -0
  355. package/prisma/skills/repo-scan/SKILL.md +79 -0
  356. package/prisma/skills/research-ops/SKILL.md +113 -0
  357. package/prisma/skills/returns-reverse-logistics/SKILL.md +240 -0
  358. package/prisma/skills/rules-distill/SKILL.md +265 -0
  359. package/prisma/skills/rules-distill/scripts/scan-rules.sh +58 -0
  360. package/prisma/skills/rules-distill/scripts/scan-skills.sh +129 -0
  361. package/prisma/skills/rust-patterns/SKILL.md +500 -0
  362. package/prisma/skills/rust-testing/SKILL.md +501 -0
  363. package/prisma/skills/safety-guard/SKILL.md +76 -0
  364. package/prisma/skills/santa-method/SKILL.md +307 -0
  365. package/prisma/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  366. package/prisma/skills/scientific-db-uspto-database/SKILL.md +178 -0
  367. package/prisma/skills/scientific-pkg-gget/SKILL.md +167 -0
  368. package/prisma/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  369. package/prisma/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  370. package/prisma/skills/search-first/SKILL.md +183 -0
  371. package/prisma/skills/security-bounty-hunter/SKILL.md +100 -0
  372. package/prisma/skills/security-review/SKILL.md +504 -0
  373. package/prisma/skills/security-review/cloud-infrastructure-security.md +361 -0
  374. package/prisma/skills/security-scan/SKILL.md +166 -0
  375. package/prisma/skills/seo/SKILL.md +155 -0
  376. package/prisma/skills/skill-comply/SKILL.md +59 -0
  377. package/prisma/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
  378. package/prisma/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
  379. package/prisma/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
  380. package/prisma/skills/skill-comply/prompts/classifier.md +24 -0
  381. package/prisma/skills/skill-comply/prompts/scenario_generator.md +62 -0
  382. package/prisma/skills/skill-comply/prompts/spec_generator.md +42 -0
  383. package/prisma/skills/skill-comply/pyproject.toml +15 -0
  384. package/prisma/skills/skill-comply/scripts/__init__.py +0 -0
  385. package/prisma/skills/skill-comply/scripts/classifier.py +85 -0
  386. package/prisma/skills/skill-comply/scripts/grader.py +124 -0
  387. package/prisma/skills/skill-comply/scripts/parser.py +107 -0
  388. package/prisma/skills/skill-comply/scripts/report.py +170 -0
  389. package/prisma/skills/skill-comply/scripts/run.py +127 -0
  390. package/prisma/skills/skill-comply/scripts/runner.py +194 -0
  391. package/prisma/skills/skill-comply/scripts/scenario_generator.py +70 -0
  392. package/prisma/skills/skill-comply/scripts/spec_generator.py +72 -0
  393. package/prisma/skills/skill-comply/scripts/utils.py +13 -0
  394. package/prisma/skills/skill-comply/tests/test_grader.py +197 -0
  395. package/prisma/skills/skill-comply/tests/test_parser.py +90 -0
  396. package/prisma/skills/skill-comply/tests/test_runner.py +172 -0
  397. package/prisma/skills/skill-scout/SKILL.md +141 -0
  398. package/prisma/skills/skill-stocktake/SKILL.md +195 -0
  399. package/prisma/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
  400. package/prisma/skills/skill-stocktake/scripts/save-results.sh +56 -0
  401. package/prisma/skills/skill-stocktake/scripts/scan.sh +170 -0
  402. package/prisma/skills/social-graph-ranker/SKILL.md +155 -0
  403. package/prisma/skills/social-publisher/SKILL.md +130 -0
  404. package/prisma/skills/springboot-patterns/SKILL.md +315 -0
  405. package/prisma/skills/springboot-security/SKILL.md +273 -0
  406. package/prisma/skills/springboot-tdd/SKILL.md +159 -0
  407. package/prisma/skills/springboot-verification/SKILL.md +232 -0
  408. package/prisma/skills/strategic-compact/SKILL.md +136 -0
  409. package/prisma/skills/swift-actor-persistence/SKILL.md +144 -0
  410. package/prisma/skills/swift-concurrency-6-2/SKILL.md +216 -0
  411. package/prisma/skills/swift-protocol-di-testing/SKILL.md +191 -0
  412. package/prisma/skills/swiftui-patterns/SKILL.md +259 -0
  413. package/prisma/skills/taste/SKILL.md +264 -0
  414. package/prisma/skills/taste/references/genre-taxonomy.md +87 -0
  415. package/prisma/skills/tdd-workflow/SKILL.md +583 -0
  416. package/prisma/skills/team-agent-orchestration/SKILL.md +111 -0
  417. package/prisma/skills/team-builder/SKILL.md +169 -0
  418. package/prisma/skills/terminal-ops/SKILL.md +110 -0
  419. package/prisma/skills/tinystruct-patterns/SKILL.md +279 -0
  420. package/prisma/skills/tinystruct-patterns/references/architecture.md +90 -0
  421. package/prisma/skills/tinystruct-patterns/references/data-handling.md +60 -0
  422. package/prisma/skills/tinystruct-patterns/references/database.md +99 -0
  423. package/prisma/skills/tinystruct-patterns/references/routing.md +64 -0
  424. package/prisma/skills/tinystruct-patterns/references/system-usage.md +97 -0
  425. package/prisma/skills/tinystruct-patterns/references/testing.md +72 -0
  426. package/prisma/skills/token-budget-advisor/SKILL.md +134 -0
  427. package/prisma/skills/ui-demo/SKILL.md +466 -0
  428. package/prisma/skills/ui-to-vue/SKILL.md +135 -0
  429. package/prisma/skills/uncloud/SKILL.md +344 -0
  430. package/prisma/skills/unified-notifications-ops/SKILL.md +188 -0
  431. package/prisma/skills/verification-loop/SKILL.md +127 -0
  432. package/prisma/skills/video-editing/SKILL.md +311 -0
  433. package/prisma/skills/videodb/SKILL.md +375 -0
  434. package/prisma/skills/videodb/reference/api-reference.md +550 -0
  435. package/prisma/skills/videodb/reference/capture-reference.md +407 -0
  436. package/prisma/skills/videodb/reference/capture.md +101 -0
  437. package/prisma/skills/videodb/reference/editor.md +443 -0
  438. package/prisma/skills/videodb/reference/generative.md +331 -0
  439. package/prisma/skills/videodb/reference/rtstream-reference.md +564 -0
  440. package/prisma/skills/videodb/reference/rtstream.md +65 -0
  441. package/prisma/skills/videodb/reference/search.md +230 -0
  442. package/prisma/skills/videodb/reference/streaming.md +406 -0
  443. package/prisma/skills/videodb/reference/use-cases.md +118 -0
  444. package/prisma/skills/videodb/scripts/ws_listener.py +282 -0
  445. package/prisma/skills/visa-doc-translate/README.md +86 -0
  446. package/prisma/skills/visa-doc-translate/SKILL.md +117 -0
  447. package/prisma/skills/vite-patterns/SKILL.md +450 -0
  448. package/prisma/skills/vue-patterns/SKILL.md +471 -0
  449. package/prisma/skills/windows-desktop-e2e/SKILL.md +888 -0
  450. package/prisma/skills/workspace-surface-audit/SKILL.md +126 -0
  451. package/prisma/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,730 @@
1
+ ---
2
+ name: django-tdd
3
+ description: Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Django Testing with TDD
9
+
10
+ Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework.
11
+
12
+ ## When to Activate
13
+
14
+ - Writing new Django applications
15
+ - Implementing Django REST Framework APIs
16
+ - Testing Django models, views, and serializers
17
+ - Setting up testing infrastructure for Django projects
18
+
19
+ ## TDD Workflow for Django
20
+
21
+ ### Red-Green-Refactor Cycle
22
+
23
+ ```python
24
+ # Step 1: RED - Write failing test
25
+ def test_user_creation():
26
+ user = User.objects.create_user(email='test@example.com', password='testpass123')
27
+ assert user.email == 'test@example.com'
28
+ assert user.check_password('testpass123')
29
+ assert not user.is_staff
30
+
31
+ # Step 2: GREEN - Make test pass
32
+ # Create User model or factory
33
+
34
+ # Step 3: REFACTOR - Improve while keeping tests green
35
+ ```
36
+
37
+ ## Setup
38
+
39
+ ### pytest Configuration
40
+
41
+ ```ini
42
+ # pytest.ini
43
+ [pytest]
44
+ DJANGO_SETTINGS_MODULE = config.settings.test
45
+ testpaths = tests
46
+ python_files = test_*.py
47
+ python_classes = Test*
48
+ python_functions = test_*
49
+ addopts =
50
+ --reuse-db
51
+ --nomigrations
52
+ --cov=apps
53
+ --cov-report=html
54
+ --cov-report=term-missing
55
+ --strict-markers
56
+ markers =
57
+ slow: marks tests as slow
58
+ integration: marks tests as integration tests
59
+ ```
60
+
61
+ ### Test Settings
62
+
63
+ ```python
64
+ # config/settings/test.py
65
+ from .base import *
66
+
67
+ DEBUG = True
68
+ DATABASES = {
69
+ 'default': {
70
+ 'ENGINE': 'django.db.backends.sqlite3',
71
+ 'NAME': ':memory:',
72
+ }
73
+ }
74
+
75
+ # Disable migrations for speed
76
+ class DisableMigrations:
77
+ def __contains__(self, item):
78
+ return True
79
+
80
+ def __getitem__(self, item):
81
+ return None
82
+
83
+ MIGRATION_MODULES = DisableMigrations()
84
+
85
+ # Faster password hashing
86
+ PASSWORD_HASHERS = [
87
+ 'django.contrib.auth.hashers.MD5PasswordHasher',
88
+ ]
89
+
90
+ # Email backend
91
+ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
92
+
93
+ # Celery always eager
94
+ CELERY_TASK_ALWAYS_EAGER = True
95
+ CELERY_TASK_EAGER_PROPAGATES = True
96
+ ```
97
+
98
+ ### conftest.py
99
+
100
+ ```python
101
+ # tests/conftest.py
102
+ import pytest
103
+ from django.utils import timezone
104
+ from django.contrib.auth import get_user_model
105
+
106
+ User = get_user_model()
107
+
108
+ @pytest.fixture(autouse=True)
109
+ def timezone_settings(settings):
110
+ """Ensure consistent timezone."""
111
+ settings.TIME_ZONE = 'UTC'
112
+
113
+ @pytest.fixture
114
+ def user(db):
115
+ """Create a test user."""
116
+ return User.objects.create_user(
117
+ email='test@example.com',
118
+ password='testpass123',
119
+ username='testuser'
120
+ )
121
+
122
+ @pytest.fixture
123
+ def admin_user(db):
124
+ """Create an admin user."""
125
+ return User.objects.create_superuser(
126
+ email='admin@example.com',
127
+ password='adminpass123',
128
+ username='admin'
129
+ )
130
+
131
+ @pytest.fixture
132
+ def authenticated_client(client, user):
133
+ """Return authenticated client."""
134
+ client.force_login(user)
135
+ return client
136
+
137
+ @pytest.fixture
138
+ def api_client():
139
+ """Return DRF API client."""
140
+ from rest_framework.test import APIClient
141
+ return APIClient()
142
+
143
+ @pytest.fixture
144
+ def authenticated_api_client(api_client, user):
145
+ """Return authenticated API client."""
146
+ api_client.force_authenticate(user=user)
147
+ return api_client
148
+ ```
149
+
150
+ ## Factory Boy
151
+
152
+ ### Factory Setup
153
+
154
+ ```python
155
+ # tests/factories.py
156
+ import factory
157
+ from factory import fuzzy
158
+ from datetime import datetime, timedelta
159
+ from django.contrib.auth import get_user_model
160
+ from apps.products.models import Product, Category
161
+
162
+ User = get_user_model()
163
+
164
+ class UserFactory(factory.django.DjangoModelFactory):
165
+ """Factory for User model."""
166
+
167
+ class Meta:
168
+ model = User
169
+
170
+ email = factory.Sequence(lambda n: f"user{n}@example.com")
171
+ username = factory.Sequence(lambda n: f"user{n}")
172
+ password = factory.PostGenerationMethodCall('set_password', 'testpass123')
173
+ first_name = factory.Faker('first_name')
174
+ last_name = factory.Faker('last_name')
175
+ is_active = True
176
+
177
+ class CategoryFactory(factory.django.DjangoModelFactory):
178
+ """Factory for Category model."""
179
+
180
+ class Meta:
181
+ model = Category
182
+
183
+ name = factory.Faker('word')
184
+ slug = factory.LazyAttribute(lambda obj: obj.name.lower())
185
+ description = factory.Faker('text')
186
+
187
+ class ProductFactory(factory.django.DjangoModelFactory):
188
+ """Factory for Product model."""
189
+
190
+ class Meta:
191
+ model = Product
192
+
193
+ name = factory.Faker('sentence', nb_words=3)
194
+ slug = factory.LazyAttribute(lambda obj: obj.name.lower().replace(' ', '-'))
195
+ description = factory.Faker('text')
196
+ price = fuzzy.FuzzyDecimal(10.00, 1000.00, 2)
197
+ stock = fuzzy.FuzzyInteger(0, 100)
198
+ is_active = True
199
+ category = factory.SubFactory(CategoryFactory)
200
+ created_by = factory.SubFactory(UserFactory)
201
+
202
+ @factory.post_generation
203
+ def tags(self, create, extracted, **kwargs):
204
+ """Add tags to product."""
205
+ if not create:
206
+ return
207
+ if extracted:
208
+ for tag in extracted:
209
+ self.tags.add(tag)
210
+ ```
211
+
212
+ ### Using Factories
213
+
214
+ ```python
215
+ # tests/test_models.py
216
+ import pytest
217
+ from tests.factories import ProductFactory, UserFactory
218
+
219
+ def test_product_creation():
220
+ """Test product creation using factory."""
221
+ product = ProductFactory(price=100.00, stock=50)
222
+ assert product.price == 100.00
223
+ assert product.stock == 50
224
+ assert product.is_active is True
225
+
226
+ def test_product_with_tags():
227
+ """Test product with tags."""
228
+ tags = [TagFactory(name='electronics'), TagFactory(name='new')]
229
+ product = ProductFactory(tags=tags)
230
+ assert product.tags.count() == 2
231
+
232
+ def test_multiple_products():
233
+ """Test creating multiple products."""
234
+ products = ProductFactory.create_batch(10)
235
+ assert len(products) == 10
236
+ ```
237
+
238
+ ## Model Testing
239
+
240
+ ### Model Tests
241
+
242
+ ```python
243
+ # tests/test_models.py
244
+ import pytest
245
+ from django.core.exceptions import ValidationError
246
+ from tests.factories import UserFactory, ProductFactory
247
+
248
+ class TestUserModel:
249
+ """Test User model."""
250
+
251
+ def test_create_user(self, db):
252
+ """Test creating a regular user."""
253
+ user = UserFactory(email='test@example.com')
254
+ assert user.email == 'test@example.com'
255
+ assert user.check_password('testpass123')
256
+ assert not user.is_staff
257
+ assert not user.is_superuser
258
+
259
+ def test_create_superuser(self, db):
260
+ """Test creating a superuser."""
261
+ user = UserFactory(
262
+ email='admin@example.com',
263
+ is_staff=True,
264
+ is_superuser=True
265
+ )
266
+ assert user.is_staff
267
+ assert user.is_superuser
268
+
269
+ def test_user_str(self, db):
270
+ """Test user string representation."""
271
+ user = UserFactory(email='test@example.com')
272
+ assert str(user) == 'test@example.com'
273
+
274
+ class TestProductModel:
275
+ """Test Product model."""
276
+
277
+ def test_product_creation(self, db):
278
+ """Test creating a product."""
279
+ product = ProductFactory()
280
+ assert product.id is not None
281
+ assert product.is_active is True
282
+ assert product.created_at is not None
283
+
284
+ def test_product_slug_generation(self, db):
285
+ """Test automatic slug generation."""
286
+ product = ProductFactory(name='Test Product')
287
+ assert product.slug == 'test-product'
288
+
289
+ def test_product_price_validation(self, db):
290
+ """Test price cannot be negative."""
291
+ product = ProductFactory(price=-10)
292
+ with pytest.raises(ValidationError):
293
+ product.full_clean()
294
+
295
+ def test_product_manager_active(self, db):
296
+ """Test active manager method."""
297
+ ProductFactory.create_batch(5, is_active=True)
298
+ ProductFactory.create_batch(3, is_active=False)
299
+
300
+ active_count = Product.objects.active().count()
301
+ assert active_count == 5
302
+
303
+ def test_product_stock_management(self, db):
304
+ """Test stock management."""
305
+ product = ProductFactory(stock=10)
306
+ product.reduce_stock(5)
307
+ product.refresh_from_db()
308
+ assert product.stock == 5
309
+
310
+ with pytest.raises(ValueError):
311
+ product.reduce_stock(10) # Not enough stock
312
+ ```
313
+
314
+ ## View Testing
315
+
316
+ ### Django View Testing
317
+
318
+ ```python
319
+ # tests/test_views.py
320
+ import pytest
321
+ from django.urls import reverse
322
+ from tests.factories import ProductFactory, UserFactory
323
+
324
+ class TestProductViews:
325
+ """Test product views."""
326
+
327
+ def test_product_list(self, client, db):
328
+ """Test product list view."""
329
+ ProductFactory.create_batch(10)
330
+
331
+ response = client.get(reverse('products:list'))
332
+
333
+ assert response.status_code == 200
334
+ assert len(response.context['products']) == 10
335
+
336
+ def test_product_detail(self, client, db):
337
+ """Test product detail view."""
338
+ product = ProductFactory()
339
+
340
+ response = client.get(reverse('products:detail', kwargs={'slug': product.slug}))
341
+
342
+ assert response.status_code == 200
343
+ assert response.context['product'] == product
344
+
345
+ def test_product_create_requires_login(self, client, db):
346
+ """Test product creation requires authentication."""
347
+ response = client.get(reverse('products:create'))
348
+
349
+ assert response.status_code == 302
350
+ assert response.url.startswith('/accounts/login/')
351
+
352
+ def test_product_create_authenticated(self, authenticated_client, db):
353
+ """Test product creation as authenticated user."""
354
+ response = authenticated_client.get(reverse('products:create'))
355
+
356
+ assert response.status_code == 200
357
+
358
+ def test_product_create_post(self, authenticated_client, db, category):
359
+ """Test creating a product via POST."""
360
+ data = {
361
+ 'name': 'Test Product',
362
+ 'description': 'A test product',
363
+ 'price': '99.99',
364
+ 'stock': 10,
365
+ 'category': category.id,
366
+ }
367
+
368
+ response = authenticated_client.post(reverse('products:create'), data)
369
+
370
+ assert response.status_code == 302
371
+ assert Product.objects.filter(name='Test Product').exists()
372
+ ```
373
+
374
+ ## DRF API Testing
375
+
376
+ ### Serializer Testing
377
+
378
+ ```python
379
+ # tests/test_serializers.py
380
+ import pytest
381
+ from rest_framework.exceptions import ValidationError
382
+ from apps.products.serializers import ProductSerializer
383
+ from tests.factories import ProductFactory
384
+
385
+ class TestProductSerializer:
386
+ """Test ProductSerializer."""
387
+
388
+ def test_serialize_product(self, db):
389
+ """Test serializing a product."""
390
+ product = ProductFactory()
391
+ serializer = ProductSerializer(product)
392
+
393
+ data = serializer.data
394
+
395
+ assert data['id'] == product.id
396
+ assert data['name'] == product.name
397
+ assert data['price'] == str(product.price)
398
+
399
+ def test_deserialize_product(self, db):
400
+ """Test deserializing product data."""
401
+ data = {
402
+ 'name': 'Test Product',
403
+ 'description': 'Test description',
404
+ 'price': '99.99',
405
+ 'stock': 10,
406
+ 'category': 1,
407
+ }
408
+
409
+ serializer = ProductSerializer(data=data)
410
+
411
+ assert serializer.is_valid()
412
+ product = serializer.save()
413
+
414
+ assert product.name == 'Test Product'
415
+ assert float(product.price) == 99.99
416
+
417
+ def test_price_validation(self, db):
418
+ """Test price validation."""
419
+ data = {
420
+ 'name': 'Test Product',
421
+ 'price': '-10.00',
422
+ 'stock': 10,
423
+ }
424
+
425
+ serializer = ProductSerializer(data=data)
426
+
427
+ assert not serializer.is_valid()
428
+ assert 'price' in serializer.errors
429
+
430
+ def test_stock_validation(self, db):
431
+ """Test stock cannot be negative."""
432
+ data = {
433
+ 'name': 'Test Product',
434
+ 'price': '99.99',
435
+ 'stock': -5,
436
+ }
437
+
438
+ serializer = ProductSerializer(data=data)
439
+
440
+ assert not serializer.is_valid()
441
+ assert 'stock' in serializer.errors
442
+ ```
443
+
444
+ ### API ViewSet Testing
445
+
446
+ ```python
447
+ # tests/test_api.py
448
+ import pytest
449
+ from rest_framework.test import APIClient
450
+ from rest_framework import status
451
+ from django.urls import reverse
452
+ from tests.factories import ProductFactory, UserFactory
453
+
454
+ class TestProductAPI:
455
+ """Test Product API endpoints."""
456
+
457
+ @pytest.fixture
458
+ def api_client(self):
459
+ """Return API client."""
460
+ return APIClient()
461
+
462
+ def test_list_products(self, api_client, db):
463
+ """Test listing products."""
464
+ ProductFactory.create_batch(10)
465
+
466
+ url = reverse('api:product-list')
467
+ response = api_client.get(url)
468
+
469
+ assert response.status_code == status.HTTP_200_OK
470
+ assert response.data['count'] == 10
471
+
472
+ def test_retrieve_product(self, api_client, db):
473
+ """Test retrieving a product."""
474
+ product = ProductFactory()
475
+
476
+ url = reverse('api:product-detail', kwargs={'pk': product.id})
477
+ response = api_client.get(url)
478
+
479
+ assert response.status_code == status.HTTP_200_OK
480
+ assert response.data['id'] == product.id
481
+
482
+ def test_create_product_unauthorized(self, api_client, db):
483
+ """Test creating product without authentication."""
484
+ url = reverse('api:product-list')
485
+ data = {'name': 'Test Product', 'price': '99.99'}
486
+
487
+ response = api_client.post(url, data)
488
+
489
+ assert response.status_code == status.HTTP_401_UNAUTHORIZED
490
+
491
+ def test_create_product_authorized(self, authenticated_api_client, db):
492
+ """Test creating product as authenticated user."""
493
+ url = reverse('api:product-list')
494
+ data = {
495
+ 'name': 'Test Product',
496
+ 'description': 'Test',
497
+ 'price': '99.99',
498
+ 'stock': 10,
499
+ }
500
+
501
+ response = authenticated_api_client.post(url, data)
502
+
503
+ assert response.status_code == status.HTTP_201_CREATED
504
+ assert response.data['name'] == 'Test Product'
505
+
506
+ def test_update_product(self, authenticated_api_client, db):
507
+ """Test updating a product."""
508
+ product = ProductFactory(created_by=authenticated_api_client.user)
509
+
510
+ url = reverse('api:product-detail', kwargs={'pk': product.id})
511
+ data = {'name': 'Updated Product'}
512
+
513
+ response = authenticated_api_client.patch(url, data)
514
+
515
+ assert response.status_code == status.HTTP_200_OK
516
+ assert response.data['name'] == 'Updated Product'
517
+
518
+ def test_delete_product(self, authenticated_api_client, db):
519
+ """Test deleting a product."""
520
+ product = ProductFactory(created_by=authenticated_api_client.user)
521
+
522
+ url = reverse('api:product-detail', kwargs={'pk': product.id})
523
+ response = authenticated_api_client.delete(url)
524
+
525
+ assert response.status_code == status.HTTP_204_NO_CONTENT
526
+
527
+ def test_filter_products_by_price(self, api_client, db):
528
+ """Test filtering products by price."""
529
+ ProductFactory(price=50)
530
+ ProductFactory(price=150)
531
+
532
+ url = reverse('api:product-list')
533
+ response = api_client.get(url, {'price_min': 100})
534
+
535
+ assert response.status_code == status.HTTP_200_OK
536
+ assert response.data['count'] == 1
537
+
538
+ def test_search_products(self, api_client, db):
539
+ """Test searching products."""
540
+ ProductFactory(name='Apple iPhone')
541
+ ProductFactory(name='Samsung Galaxy')
542
+
543
+ url = reverse('api:product-list')
544
+ response = api_client.get(url, {'search': 'Apple'})
545
+
546
+ assert response.status_code == status.HTTP_200_OK
547
+ assert response.data['count'] == 1
548
+ ```
549
+
550
+ ## Mocking and Patching
551
+
552
+ ### Mocking External Services
553
+
554
+ ```python
555
+ # tests/test_views.py
556
+ from unittest.mock import patch, Mock
557
+ import pytest
558
+
559
+ class TestPaymentView:
560
+ """Test payment view with mocked payment gateway."""
561
+
562
+ @patch('apps.payments.services.stripe')
563
+ def test_successful_payment(self, mock_stripe, client, user, product):
564
+ """Test successful payment with mocked Stripe."""
565
+ # Configure mock
566
+ mock_stripe.Charge.create.return_value = {
567
+ 'id': 'ch_123',
568
+ 'status': 'succeeded',
569
+ 'amount': 9999,
570
+ }
571
+
572
+ client.force_login(user)
573
+ response = client.post(reverse('payments:process'), {
574
+ 'product_id': product.id,
575
+ 'token': 'tok_visa',
576
+ })
577
+
578
+ assert response.status_code == 302
579
+ mock_stripe.Charge.create.assert_called_once()
580
+
581
+ @patch('apps.payments.services.stripe')
582
+ def test_failed_payment(self, mock_stripe, client, user, product):
583
+ """Test failed payment."""
584
+ mock_stripe.Charge.create.side_effect = Exception('Card declined')
585
+
586
+ client.force_login(user)
587
+ response = client.post(reverse('payments:process'), {
588
+ 'product_id': product.id,
589
+ 'token': 'tok_visa',
590
+ })
591
+
592
+ assert response.status_code == 302
593
+ assert 'error' in response.url
594
+ ```
595
+
596
+ ### Mocking Email Sending
597
+
598
+ ```python
599
+ # tests/test_email.py
600
+ from django.core import mail
601
+ from django.test import override_settings
602
+
603
+ @override_settings(EMAIL_BACKEND='django.core.mail.backends.locmem.EmailBackend')
604
+ def test_order_confirmation_email(db, order):
605
+ """Test order confirmation email."""
606
+ order.send_confirmation_email()
607
+
608
+ assert len(mail.outbox) == 1
609
+ assert order.user.email in mail.outbox[0].to
610
+ assert 'Order Confirmation' in mail.outbox[0].subject
611
+ ```
612
+
613
+ ## Integration Testing
614
+
615
+ ### Full Flow Testing
616
+
617
+ ```python
618
+ # tests/test_integration.py
619
+ import pytest
620
+ from django.urls import reverse
621
+ from tests.factories import UserFactory, ProductFactory
622
+
623
+ class TestCheckoutFlow:
624
+ """Test complete checkout flow."""
625
+
626
+ def test_guest_to_purchase_flow(self, client, db):
627
+ """Test complete flow from guest to purchase."""
628
+ # Step 1: Register
629
+ response = client.post(reverse('users:register'), {
630
+ 'email': 'test@example.com',
631
+ 'password': 'testpass123',
632
+ 'password_confirm': 'testpass123',
633
+ })
634
+ assert response.status_code == 302
635
+
636
+ # Step 2: Login
637
+ response = client.post(reverse('users:login'), {
638
+ 'email': 'test@example.com',
639
+ 'password': 'testpass123',
640
+ })
641
+ assert response.status_code == 302
642
+
643
+ # Step 3: Browse products
644
+ product = ProductFactory(price=100)
645
+ response = client.get(reverse('products:detail', kwargs={'slug': product.slug}))
646
+ assert response.status_code == 200
647
+
648
+ # Step 4: Add to cart
649
+ response = client.post(reverse('cart:add'), {
650
+ 'product_id': product.id,
651
+ 'quantity': 1,
652
+ })
653
+ assert response.status_code == 302
654
+
655
+ # Step 5: Checkout
656
+ response = client.get(reverse('checkout:review'))
657
+ assert response.status_code == 200
658
+ assert product.name in response.content.decode()
659
+
660
+ # Step 6: Complete purchase
661
+ with patch('apps.checkout.services.process_payment') as mock_payment:
662
+ mock_payment.return_value = True
663
+ response = client.post(reverse('checkout:complete'))
664
+
665
+ assert response.status_code == 302
666
+ assert Order.objects.filter(user__email='test@example.com').exists()
667
+ ```
668
+
669
+ ## Testing Best Practices
670
+
671
+ ### DO
672
+
673
+ - **Use factories**: Instead of manual object creation
674
+ - **One assertion per test**: Keep tests focused
675
+ - **Descriptive test names**: `test_user_cannot_delete_others_post`
676
+ - **Test edge cases**: Empty inputs, None values, boundary conditions
677
+ - **Mock external services**: Don't depend on external APIs
678
+ - **Use fixtures**: Eliminate duplication
679
+ - **Test permissions**: Ensure authorization works
680
+ - **Keep tests fast**: Use `--reuse-db` and `--nomigrations`
681
+
682
+ ### DON'T
683
+
684
+ - **Don't test Django internals**: Trust Django to work
685
+ - **Don't test third-party code**: Trust libraries to work
686
+ - **Don't ignore failing tests**: All tests must pass
687
+ - **Don't make tests dependent**: Tests should run in any order
688
+ - **Don't over-mock**: Mock only external dependencies
689
+ - **Don't test private methods**: Test public interface
690
+ - **Don't use production database**: Always use test database
691
+
692
+ ## Coverage
693
+
694
+ ### Coverage Configuration
695
+
696
+ ```bash
697
+ # Run tests with coverage
698
+ pytest --cov=apps --cov-report=html --cov-report=term-missing
699
+
700
+ # Generate HTML report
701
+ open htmlcov/index.html
702
+ ```
703
+
704
+ ### Coverage Goals
705
+
706
+ | Component | Target Coverage |
707
+ |-----------|-----------------|
708
+ | Models | 90%+ |
709
+ | Serializers | 85%+ |
710
+ | Views | 80%+ |
711
+ | Services | 90%+ |
712
+ | Utilities | 80%+ |
713
+ | Overall | 80%+ |
714
+
715
+ ## Quick Reference
716
+
717
+ | Pattern | Usage |
718
+ |---------|-------|
719
+ | `@pytest.mark.django_db` | Enable database access |
720
+ | `client` | Django test client |
721
+ | `api_client` | DRF API client |
722
+ | `factory.create_batch(n)` | Create multiple objects |
723
+ | `patch('module.function')` | Mock external dependencies |
724
+ | `override_settings` | Temporarily change settings |
725
+ | `force_authenticate()` | Bypass authentication in tests |
726
+ | `assertRedirects` | Check for redirects |
727
+ | `assertTemplateUsed` | Verify template usage |
728
+ | `mail.outbox` | Check sent emails |
729
+
730
+ Remember: Tests are documentation. Good tests explain how your code should work. Keep them simple, readable, and maintainable.