Skip to main content
thaapasa
GitHub クリエイタープロフィール

thaapasa

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

収集済み skills
15
リポジトリ
4
更新
2026-07-25
リポジトリエクスプローラー

リポジトリと代表的な skills

review
ソフトウェア品質保証アナリスト・テスター

Review code changes from a specific angle or do a general pass. Use when the user wants a code review of their current branch or specific changes. For a thorough review covering all checks, use the @agent-review subagent instead. To review changes against a spec/source of truth (with doc-coverage and duplication checks), use /scoped-review instead.

2026-07-10
scoped-review
ソフトウェア品質保証アナリスト・テスター

Scoped code review — determines the change scope (explicit, discussion, or git), picks a source of truth (discussion, new docs, or code), then reviews the changes for correctness, doc agreement, doc coverage, convention adherence, duplicated shapes that want a shared abstraction, hand-rolled complex logic that wants a named/shared function, and unit-test coverage of complex logic.

2026-07-10
commit
ソフトウェア開発者

Create a git commit with a well-crafted message. Use proactively whenever the user asks to commit changes or amend a commit.

2026-04-09
review-docs
ソフトウェア開発者

Review documentation for accuracy against the current implementation. Use when documentation files are modified, when code changes may have made docs outdated, or when the user asks about documentation accuracy.

2026-04-09
refactor
ソフトウェア開発者

Refactor outdated patterns in the codebase based on user input

2026-04-05
refactor-frontend
ソフトウェア開発者ウェブ開発者

Refactor frontend components to follow Mantine coding conventions. Use when asked to refactor, modernize, or clean up UI code.

2026-04-05
docs-checkup
ソフトウェア品質保証アナリスト・テスター

Periodic documentation review — checks docs/ hygiene, verifies features.md / planned.md / architecture.md / README.md / CLAUDE.md match implementation, and audits the mdbook manual against actual CLI flags, keybindings, and shipped file-type support.

2026-06-21
analyze
ソフトウェア品質保証アナリスト・テスター

Analyze a target — a crate, a module within a crate, or a single file — for its surface within peek, its place in the architecture, its API, its correctness, and its efficiency. Produces an overview followed by findings. Catches obvious bugs, not a deep edge-case bug hunt.

2026-06-15
checkup
ソフトウェア品質保証アナリスト・テスター

Periodic architectural review — critically re-examines existing design choices, hunts duplication, flags refactor candidates, checks conventions

2026-06-15
scoped-review
ソフトウェア品質保証アナリスト・テスター

Scoped code review — determines the change scope (explicit, discussion, or git), picks a source of truth (discussion, new docs, or code), then reviews the changes for correctness, doc agreement, doc coverage, convention adherence, duplicated shapes that want a shared abstraction, hand-rolled complex logic that wants a named/shared function, and unit-test coverage of complex logic.

2026-06-15
release-highlight
ソフトウェア開発者

Generate a 1-3 sentence user-facing highlight blurb for the next release. Reads commits since the last tag, filters out internal refactors / docs / tests / CI / chores, summarises only what a peek user would notice. Output is text the user pastes into the release workflow input after review. Use when user says "release highlight", "highlight for next release", "what's new", "release notes blurb", "/release-highlight".

2026-05-23
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました