Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

kstack

kstack には Kestral-Team から収集した 35 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
35
Stars
1
更新
2026-07-16
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

acceptance-check
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ネットワーク・コンピュータシステム管理者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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
データベースアーキテクト

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
ソフトウェア開発者

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