con un clic
patterns
Shared code and test patterns for the story pipeline skills
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Shared code and test patterns for the story pipeline skills
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Review an Equal Experts Gen AI Engineer take-home test submission (typically a RAG pipeline exercise) against the EE assessment rubric. Use when reviewing a candidate's Gen AI / LLM / RAG take-home test, assessing a retrieval-augmented-generation or prompt-engineering exercise, or scoring a THT for a Gen AI Engineer role.
Review an Equal Experts Backend Software Engineer take-home test submission against the EE assessment rubric. Use when reviewing a candidate's backend / general software engineering take-home test (non Gen AI), assessing a coding exercise submission, or scoring a THT for a backend role.
Generate a single-line commit message from conversation context and git diff, then optionally commit
Write tests and implementation together for a user story
Final quality review producing a human-readable report
Read a review report and apply fixes to the codebase
| name | patterns |
| description | Shared code and test patterns for the story pipeline skills |
These patterns apply to all code written or modified by the story pipeline skills.
patch, mock.patch, vi.mock, jest.mock, or any module-level mocking. Use dependency injection and constructor-level mocks instead.