Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

kstack

kstack contiene 35 skills recopiladas de Kestral-Team, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
35
Stars
1
actualizado
2026-07-16
Forks
0
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

acceptance-check
Desarrolladores de software

Validate the branch diff against the task's acceptance criteria before marking it done. Use when implementation looks complete, before a status update to done/awaiting_review, or when the user asks "did we cover everything?"

2026-07-16
babysit-pr
Desarrolladores de software

Get a PR to merge-ready state by triaging comments, resolving conflicts, and fixing CI. Includes Graphite detection, migration conflict handling, and conflict resolution. Use when the user asks to babysit a PR, get a PR merge-ready, or fix CI on a PR.

2026-07-16
cleanup-plans
Desarrolladores de software

Audit implementation plans for the current user, verify status against the codebase, and archive completed plans. Use when the user asks to clean up plans, audit plan status, or archive completed plans.

2026-07-16
code-review
Analistas de garantía de calidad de software y probadores

One-pass AI code review of a PR or branch diff (tech-lead style). Use when the user asks for a code review, PR review, AI review, or wants code quality, architecture, bugs, and patterns reviewed.

2026-07-16
code-simplify
Desarrolladores de software

Simplify changed code in a PR or branch for readability while preserving behavior. Use when the user asks to simplify code, reduce complexity, clean up a PR, or improve readability of recent changes.

2026-07-16
context-evolve
Desarrolladores de software

Capture new project-specific learnings into context files. Runs during reviews or after debugging to evolve the project's skill knowledge base. Use when the thread reveals patterns, anti-patterns, conventions, or codebase gotchas that should be remembered.

2026-07-16
debug-pipeline
Desarrolladores de software

Debug pipeline: investigate (debug-prod or debugging) → fix-issues → scoped polish (deslop + code-simplify) → pattern-check → kestral-sync retroactive capture. Only invoked by the kstack subagent.

2026-07-16
debug-prod
Administradores de redes y sistemas informáticos

Debug production issues using cloud logs, CLI tools, error tracking, and database access. Use when debugging production errors, investigating service or job failures, or diagnosing masked errors in production.

2026-07-16
debugging
Desarrolladores de software

Common bugs and debugging strategies. Use when debugging errors, investigating GraphQL/database/TypeScript issues, diagnosing connection pool exhaustion, resolving ESM circular dependency TDZ errors, or when the user asks to debug a local issue.

2026-07-16
decision-capture
Desarrolladores de software

Capture the decision when a spike, prototype, or investigation concludes. Use when a prototype or spike wraps up, the user makes a go/no-go call after de-risking, or an investigation answers its question — prompts "what did you decide?" and writes the decision + rationale to the task tracker.

2026-07-16
deslop
Desarrolladores de software

Remove AI-generated slop from the branch diff. Strips redundant comments, unnecessary casts, extra defensive code, and style inconsistencies. Use when cleaning up AI-generated code, removing slop, or polishing a branch before review.

2026-07-16
documentation-update
Desarrolladores de software

Update project docs to match code changes. Use when adding docs, checking what a change requires, or syncing docs/skills/commands with code.

2026-07-16
evals
Analistas de garantía de calidad de software y probadores

Agent eval development patterns including model config sharing, eval file structure, and running evals. Use when writing or modifying agent evals, creating eval fixtures or scorers, or configuring eval model settings.

2026-07-16
fix-issues
Desarrolladores de software

Validate reported issues against the codebase and fix confirmed ones with minimal, safe changes. Use when the user provides a list of issues, bugs, or review findings to triage and fix.

2026-07-16
graphql-patterns
Desarrolladores de software

Detailed GraphQL resolver patterns, error handling deep dive, cache management, and pagination standards. Use when writing resolvers, implementing server-side error handling, handling client GraphQL errors, managing cache updates, or adding paginated queries.

2026-07-16
handoff-to-implementation
Desarrolladores de software

Create a follow-up implementation task with decision context pre-filled after a spike or prototype concludes with "proceed". Use when a validated approach needs to become trackable implementation work without the engineer re-explaining the context from scratch.

2026-07-16
implement-plan
Desarrolladores de software

Execute an implementation plan in sequential phases with review checkpoints. Use when the user asks to implement a plan or execute a plan step-by-step.

2026-07-16
implementation-pipeline
Desarrolladores de software

Implementation pipeline with optional pickup and ship phases around the core build: task-pickup → implement-plan → review-pipeline polish pass → acceptance-check + merge readiness. Only invoked by the kstack subagent.

2026-07-16
kestral-sync
Desarrolladores de software

Sync session progress to your task tracker. Use after push, phase completion, PR creation, or review conclusion. Delegates to the task tracker's sync workflow for full instructions.

2026-07-16
manual-review
Analistas de garantía de calidad de software y probadores

Interactive section-by-section PR review with pauses for discussion. Optionally syncs review findings to a linked task at the end, including draft PR creation and linking when no PR exists. Use when the user asks for a manual review, interactive review, walkthrough review, or wants to be guided through a PR change-by-change.

2026-07-16
manual-test-plan
Analistas de garantía de calidad de software y probadores

Generate a focused manual test plan from the current branch diff. Use when the user asks for a test plan, QA checklist, or manual testing steps for their changes. Includes API/integration host testing when the diff touches relevant endpoints.

2026-07-16
pattern-check
Desarrolladores de software

Search existing tasks and incidents for similar bugs or review misses, and link related issues. Use after creating a retroactive bugfix task, when a review finds a familiar-looking issue, or when the user asks "have we seen this before?"

2026-07-16
plan-review
Desarrolladores de software

Interactive plan review and requirements validation against the codebase. Use when the user asks for a plan review, wants to validate an implementation plan, or provides a requirements doc, spec, PRD, acceptance criteria, or gap analysis to verify against the codebase.

2026-07-16
planning-pipeline
Desarrolladores de software

Planning pipeline: write-plan, then hand off to review-plan-pipeline for the full review pass (plan-review, product-review). Spike mode skips the review pass and ends with decision capture. Only invoked by the kstack subagent.

2026-07-16
product-review
Desarrolladores de software

Product consistency and completeness review. Use when the user asks for a product review, wants to check surface area completeness, multi-user collaboration scenarios, or AI agent interaction points across a feature.

2026-07-16
refactor-prompt
Desarrolladores de software

Compress agent instruction/prompt files for minimal token cost while preserving behavioral coverage. Also detects evalmaxxing — prompt changes overfitted to eval fixtures or to one specific reported bug rather than genuine behavior improvements. Use when the user asks to refactor, compress, shorten, or optimize agent prompts, check for evalmaxxing, or review a branch that modifies prompts, eval fixtures, or both.

2026-07-16
review-pipeline
Desarrolladores de software

Fixed seven-step review pipeline: code-review, fix-issues, code-simplify, deslop, context-evolve, documentation-update, task-sync. Orchestrates the full polish pass for a branch. Only invoked by the kstack subagent.

2026-07-16
review-plan-pipeline
Desarrolladores de software

Fixed four-step plan review pipeline: plan-review (requirements validation mode), plan-review (interactive mode), product-review, review summary to Kestral. Orchestrates the full review pass for an implementation plan. Only invoked by the kstack subagent.

2026-07-16
rule-evolution
Desarrolladores de software

Turn a review finding or incident into a durable prevention: a new or updated .cursor/rules/*.mdc rule, skill check, or checklist item. Use after a review surfaces "we should always check X", after a production incident reveals a preventable class of bug, or when the same miss keeps recurring.

2026-07-16
run-e2e-plan
Analistas de garantía de calidad de software y probadores

Run E2E tests from a plan file using Playwright. Generates test scripts from structured test sections, executes them headless with screenshots, and reports results. Use when the user asks to run E2E tests, verify a phase, automate QA checks, or says /run-e2e.

2026-07-16
single-page-mockup
Desarrolladores web

Create a single self-contained HTML file that mocks a feature using inline React and CSS. Use when the user asks to prototype a UI flow, build a mockup, create a shareable demo, or iterate on a feature's look and feel before implementation.

2026-07-16
task-pickup
Desarrolladores de software

Claim a task from your task tracker and start working on it. Use when the user says "I'm working on [task]", picks up a task from the board, or wants to start an existing task — handles lookup, conflict check, claim, status, branch naming, and context pull in one flow.

2026-07-16
testing-patterns
Analistas de garantía de calidad de software y probadores

Vitest mocking reference for constructor mocks, global mocks, and env var mocks. Use when writing or fixing test mocks, when a test throws TypeError about constructors, when global mocks leak between tests, or when env var mocking causes undefined values.

2026-07-16
write-migration
Arquitectos de bases de datos

Scaffold and implement database migrations using team conventions. Use when the user asks to write a migration, create a migration, or change the database schema.

2026-07-16
write-plan
Desarrolladores de software

Author structured implementation plan documents. Use when the user asks to write a plan, create an implementation plan, design a feature spec, or says /plan.

2026-07-16