Skip to main content
Manusで任意のスキルを実行
ワンクリックで
jasonkuhrt
GitHub クリエイタープロフィール

jasonkuhrt

6 件の GitHub リポジトリにある 159 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
159
リポジトリ
6
更新
2026-07-12
リポジトリエクスプローラー

リポジトリと代表的な skills

spelunking
ソフトウェア開発者

Use when a tool, library, or framework doesn't support what you need and official docs don't cover it — finding solutions off the happy path. Triggers on "how do I make X do Y", "X doesn't support Y", undocumented behavior, bleeding-edge tool limitations, workarounds for missing features, or when the mainstream answer is "you can't do that"

2026-06-16
refactor-review-loop
ソフトウェア開発者

Iteratively review, refactor, verify, and commit toward less code by sharing primitives and improving functional composition. Use when the user asks for a strict refactor review loop, "get a review strictly for refactoring to less code", "repeat review/fix/commit until empty", or similar wording.

2026-06-12
sync
ソフトウェア開発者

Use when the user says "sync" or wants to commit, rebase, push, and converge this dotfiles repo. Uses just up as the public converge command.

2026-06-12
gh-ci
ソフトウェア開発者

Poll, diagnose, and report on a GitHub PR's CI. Use this skill whenever you're about to watch a PR's CI to a terminal state — after pushing commits to a PR, after /git_sync, when the user says "is CI green", "wait for CI", "check the PR's checks", "monitor CI", "did CI pass", "watch the workflow", "fix CI failures", or any phrasing that asks whether a PR is ready to merge based on its checks. ALSO use proactively whenever you push a commit to a branch that has an open PR — never spin up an ad-hoc `gh pr checks --watch` or count-based poll. This skill is the only authority for PR CI status; ignore any older guidance suggesting otherwise.

2026-06-12
gh-close-review-threads
ソフトウェア開発者

Complete GitHub PR review-comment closeout. Use whenever the user asks to address, fix, handle, clear, close, resolve, respond to, or follow up on PR review comments, review threads, requested changes, bot findings, CodeRabbit, Greptile, or Devin review feedback. Addressing a review thread includes a written thread reply and resolving the thread after the fix or justification is pushed.

2026-06-12
land-complete
ソフトウェア開発者

Orchestrate land-pr, gh-ci, and land-merged into one end-to-end landing pipeline. Use when the user asks to land complete, land and merge, merge on green, finish a PR end to end, or land without another confirmation loop.

2026-06-12
land-merged
ソフトウェア開発者

Use after a GitHub pull request has already been merged to refresh the local develop worktree, remove the local git worktree that backed the merged PR, and delete the merged local branch. Trigger on requests like "land merged", "cleanup merged PR worktree", "sync develop and delete the PR worktree", or "PR is merged, clean up".

2026-06-12
land-pr
ソフトウェア開発者

Prepare a branch or GitHub PR to an open, ready PR by composing land-worktree first, then creating a PR when missing, moving it out of draft, scanning existing Greptile review feedback, addressing actionable Greptile feedback when present, watching PR checks, and triggering E2E Local Sign Off after other checks are green when required. Use when the user says to land to PR, prepare a PR, create or ready the PR, undraft and handle existing Greptile feedback, finish review-comment closeout, handle local sign off, or get the PR green without merging.

2026-06-12
このリポジトリの収集済み skills 124 件中、上位 8 件を表示しています。
creating-modules
ソフトウェア開発者

Add a namespace/module to a @kitz package — including extending the @kitz/effect namespaces. Covers the _.ts/__.ts barrel pattern, the package exports map, and import conventions.

2026-07-12
auditing-project
ソフトウェア品質保証アナリスト・テスター

Audits the project for consistency issues that may arise from manual editing. Checks package scripts, tsconfig paths, README tables, and other conventions.

2026-06-30
authoring-global-scripts
ソフトウェア開発者

Authors and manages global package scripts using the _: prefix convention. Scripts defined in root package.json are propagated to all packages with the prefix stripped.

2026-06-30
committing-changes
ソフトウェア開発者

Creates commits following project conventions. Handles Conventional Commits with project-specific scopes, PR title requirements, and CI validation rules.

2026-06-30
creating-packages
ソフトウェア開発者

Create a new @kitz/<concept> package via the Vite+ generator. Scaffolds package.json (live-types exports + effect peer), the layered tsconfigs, and the namespace barrel, then wires it into the workspace.

2026-06-30
creating-rules
ソフトウェア開発者

Use when adding project conventions, coding rules, or guidelines. Determines correct location and scoping based on which packages the rule applies to.

2026-06-30
filing-issues
ソフトウェア開発者

Use when filing a GitHub issue for this repo — a bug found during QA/stress-testing, or a feature/enhancement request. Enforces the two permitted cold-startable formats (bug = Expected/Actual, feature = Current/Desired), point-form-only bodies, and the gh filing procedure. Trigger on "file an issue", "open a bug", "log this finding", "make a gh issue", or after stress-testing surfaces a defect.

2026-06-30
fp-pipeline-refactor
ソフトウェア開発者

Refactor imperative TypeScript to Effect-first pipeline composition using curried data-first/data-last APIs, Effect collections, and schema-based IO boundaries.

2026-06-30
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
session-dashboard
ソフトウェア開発者

Session dashboard showing thread timeline, agent roster, and commit counts. Use when the user says "/session:dashboard", "show dashboard", "session overview", "session summary", "what's happening in this session", or "agent activity".

2026-04-03
session-debrief
プロジェクト管理専門家

Write a reflective debrief for a session thread. Use when closing a thread, after "/session:debrief", "/debrief", "write a debrief", "debrief this thread", or when session:thread:land invokes it after the done verdict passes.

2026-04-03
session-retro
プロジェクト管理専門家

Read all session debriefs, synthesize patterns, and produce a retrospective. Use when the user says "/session:retro", "retrospective", "session retro", "what patterns do we see", "synthesize debriefs", or "review all debriefs".

2026-04-03
session
ソフトウェア開発者

Manage sessions, threads, and session wiring. Use when the user mentions sessions, threads, plans, reviews, claims, debriefs, or session sync/doctor. Also triggered by natural language like "create a thread", "what threads are open", "close this thread", "show me the session", "sync the session", "check session health", "claim the frontend thread", "lock the plan", "add a task", or "what's the session status".

2026-04-03
session-thread-handoff
カスタマーサービス担当者

Structured context brief and claim transfer for thread handoff between agents. Use when the user says "/session:thread:handoff", "/thread:handoff", "hand off this thread", "transfer thread to", "pass this to another agent", "handoff", or "take over thread".

2026-04-03
session-thread-land
ソフトウェア開発者

Perform a real closeout audit for the thread-scoped task and, when requested, land it through commit, push, and CI. Use when the user says "/session:thread:land", "are you done", "can we close this", "is anything still open", "wrap this session up", or wants to end the thread without losing unfinished work, buried follow-ups, or useful loose ends.

2026-04-03
shan
ソフトウェア開発者

Dump a Claude Code session transcript as navigable Markdown, inspect CC task lists, or manage skill outfit and library (on/off/move/doctor). Use when user wants to review/analyze/export a session transcript, dump/open task files, or manage skills.

2026-03-31
skills-change
ソフトウェア開発者

Turn skills on/off, move between scopes/commitments, undo/redo changes. Interprets user intent to determine the right shan CLI command. Use when user says "add", "equip", "enable", "remove", "disable", "undo", "clear all skills", "turn off everything", "move skill to project", "make skill core".

2026-03-31
skills-doctor
ソフトウェア開発者

Run automated health checks on skill outfit. Use when user says "check skills", "diagnose skills", "skill problems", "doctor", "fix skills".

2026-03-31
skills-list
ソフトウェア開発者

Show current skill outfit (core + pluggable status), character costs, and operation history. Use when user asks "what skills are on", "show my skills", "skill cost", "skill history".

2026-03-31
skills
ソフトウェア開発者

Manage skill library. Routes natural language to skills:change (for on/off/reset/undo) or skills:list (for viewing outfit and history). Use when user says "equip", "add skill", "remove skill", "what skills do I have", "show available skills", "undo", etc.

2026-03-31
test-cov
ソフトウェア品質保証アナリスト・テスター

TODO: Describe when this skill should be triggered. Include specific phrases, commands, or contexts that should activate it.

2026-03-27
6 件中 6 件のリポジトリを表示
すべてのリポジトリを表示しました
jasonkuhrt Agent Skills | SkillsMP