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

kaeawc

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

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

リポジトリと代表的な skills

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

Use this workflow skill to review an AutoMobile change (a PR number or the current branch diff) the way this repo demands — ground every finding in file:line, reproduce before asserting, separate real bugs from daemon-session/environment artifacts, prefer reusing existing repo helpers and conventions over new code, and catch the regression or false-negative a fix can introduce. Deliver few verified findings, not many speculative ones.

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

Run one AutoMobile manual-test iteration: from a start point (commit, milestone/tag, or date), rebuild ALL components, restart the daemon with the right flags, and verify that closed issues and merged PRs actually fix their bugs / deliver their specced features on current HEAD by exercising tool calls on an Android emulator and iOS simulator. Use when asked to retest landed work, verify a release, or manually test what changed.

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

Drive one GitHub issue to a merged PR via TDD, with a plan-approval STOP gate, a pre-PR local-validation STOP gate, triaged (not blanket) review, and conservative follow-up capture. Use when asked to implement/ship/close out a specific issue end to end.

2026-07-06
validate
ソフトウェア開発者

Use this workflow skill for broader project validation across lint, build, formatting, config, and platform checks; prefer test when the request is only about executing tests.

2026-07-06
auto-mobile-code-review
ソフトウェア品質保証アナリスト・テスター

Use this workflow skill to review an AutoMobile change (a PR number or the current branch diff) the way this repo demands: ground every finding in file:line, reproduce before asserting, separate real bugs from daemon-session/environment artifacts, prefer reusing existing repo helpers and conventions over new code, and catch the regression or false-negative a fix can introduce.

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

Use this workflow skill for PR CI triage: inspect failing or pending checks, mergeability, and related review feedback, then reproduce likely failures locally and summarize next steps.

2026-07-03
push-pr
ソフトウェア開発者

Use this workflow skill to publish the current branch: validate local changes, commit, push, create or update one PR, and optionally enable automerge.

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

Use this workflow skill for running tests only: choose the narrowest relevant test command first and keep test runs fast and actionable; prefer validate when the user wants broader non-test checks too.

2026-07-03
このリポジトリの収集済み skills 18 件中、上位 8 件を表示しています。
krit-dogfood
ソフトウェア品質保証アナリスト・テスター

Use when running Krit against an external Kotlin/Android repo (metro, kotlin-corpus, playground, or any user-provided path) to harvest false positives, find missed positives, or validate that a rule change behaves correctly on real code. Produces a triage list of rule findings worth fixing vs ignoring vs deferring.

2026-05-20
krit-add-rule
ソフトウェア開発者

Use when adding a new built-in Krit rule end to end — picking the category and base, declaring capabilities, registering the rule, writing positive/negative fixtures, adding an autofix when applicable, and ensuring Java parity when the rule covers both languages. Covers precompile (kotlinc-mirror) rules as a Level-tagged variant of the same workflow.

2026-05-14
krit-autofix-safety
ソフトウェア開発者

Use when writing, broadening, or fixing a Krit autofix. Covers the FixCosmetic / FixIdiomatic / FixSemantic safety tiers, ktfmt-compatible output, comment and inline preservation, the fix-drift lint gate, and when to neuter an unsafe autofix rather than ship it.

2026-05-14
krit-daemon-pipeline
ソフトウェア開発者

Use when working on Krit's daemon mode, analysis pipeline, cross-file cache, bundle/findings cache, WorkspaceState residency, conservative delta planner, or invalidation semantics. Covers cold vs warm correctness, per-phase timings, and the cache flags used to verify behavior vs cached output.

2026-05-14
krit-tighten-rule
ソフトウェア品質保証アナリスト・テスター

Use when fixing a false positive (or a missed positive) in an existing Krit rule. Distilled from the "Rule Implementation Guardrails" section of CLAUDE.md. Drives the regression-fixture-first workflow: reproduce on a fixture, identify the missing evidence, lock the regression with a failing test, narrow the rule, re-run.

2026-05-14
krit-capability-migration
ソフトウェア開発者

Use when deciding whether a Krit rule truly needs Kotlin Analysis API, NeedsTypeInfo, NeedsResolver, parsed files, cross-file analysis, or library model facts, and when moving rules off KAA by replacing oracle facts with AST, source type inference, imports, project indexes, or Gradle-derived library profile.

2026-05-08
krit-kaa-benchmarking
データサイエンティスト

Use when benchmarking Krit's Kotlin Analysis API oracle on a large Kotlin/Android repo, comparing cold vs warm KAA behavior, or investigating KAA regressions, oracle filters, call-target filters, and rule-driven KAA workload.

2026-05-08
krit-project-analysis
ソフトウェア開発者

Use when analyzing Krit findings in context of a project's Gradle version catalog, library dependencies, SDK versions, or project model. Covers understanding what the librarymodel package knows about a project, diagnosing rules that fire incorrectly due to absent/present library context, and deciding which rules should be guarded by profile facts.

2026-05-08
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました