Explorar skills

12.624 skills encontradas

Alerta por categoría

Recibe nuevas skills de Desenvolvimento todos los lunes

review-and-ship

0

Revisar la rama actual en busca de errores, adecuación a la intención y cobertura de pruebas; ejecutar o escribir pruebas; realizar commits enfocados; abrir o actualizar un PR.

Desenvolvimento#git#testpor ilderaj

rust-skills

0

Pautas completas de codificación Rust con 179 reglas en 14 categorías, que cubren propiedad, manejo de errores, patrones asíncronos, diseño de API, optimización de memoria, rendimiento, pruebas y anti-patrones comunes. Úselas al escribir, revisar o refactorizar código Rust.

Desenvolvimento#ai#testpor curtisault

deploy-flow

0

Deploy code to production via feature branch → test → staging → PR → merge. Use when deploying changes, pushing to production, or when the user says "deploy", "push to prod", "merge to main", "stage this", or "ship it".

Desenvolvimento#deploy#aipor kennyolofsson23-netizen

gh-fix-ci

0

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

Desenvolvimento#github#gitpor kennyolofsson23-netizen

gh-address-comments

0

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Desenvolvimento#github#gitpor kennyolofsson23-netizen

qa

0

Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".

Desenvolvimento#testpor kennyolofsson23-netizen

skill-creator

0

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

Desenvolvimento#testpor kennyolofsson23-netizen

kaizen:kaizen

0

Use when Code implementation and refactoring, architecturing or designing systems, process and workflow improvements, error handling and validation. Provide tehniquest to avoid over-engineering and apply iterative improvements.

Desenvolvimento#aipor kennyolofsson23-netizen

test-write

0

Write tests for the Travmaskinen codebase — backend (pytest, async, FastAPI), frontend (Vitest + React Testing Library), or E2E (Playwright). Use this skill whenever writing new tests, adding test coverage, implementing TDD red-green-refactor cycles, or when the user says "write tests", "add tests", "test this", "cover this", "TDD", or asks for test coverage on any module. Also triggers when imple

Desenvolvimento#test#apipor kennyolofsson23-netizen

webapp-testing

0

Test and debug local web applications using Playwright. Captures screenshots, verifies UI behavior, checks browser logs, and runs E2E test scenarios. Use when the user says "test the app", "check the UI", "take a screenshot", "debug the frontend", "run E2E tests", "verify the page works", or "Playwright test".

Desenvolvimento#testpor kennyolofsson23-netizen

test

0

Generate E2E and unit test code from requirements using Playwright, delegated to Codex. Use when writing tests, checking acceptance criteria coverage, or running /test.

Desenvolvimento#ai#testpor AI-Driven-School

review

0

Run code review against design documents, checking acceptance criteria, security, performance, and test coverage. Use when reviewing implementation quality or running /review.

Desenvolvimento#ai#testpor AI-Driven-School