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

haru0416-dev

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

収集済み skills
14
リポジトリ
3
更新
2026-06-27
リポジトリエクスプローラー

リポジトリと代表的な skills

quaere-crucible
ソフトウェア開発者

This skill should be used whenever the user wants a plan, claim, design, decision, PR, or their own understanding adversarially pressure-tested before committing — grill me, poke holes in this, challenge my thinking, play devil's advocate, red-team my plan, stress-test this, 詰めて, 反論して, この設計の穴を突いて — or when an agent should grill its OWN proposed plan before shipping it. It runs an evidence-gated interrogation that decomposes the target into load-bearing claims, attacks the most decisive one with falsifier-seeking and alternative-hypothesis questions, and refuses to bless it until each load-bearing claim has survived a named challenge backed by new evidence or a defended rebuttal, or been logged as an explicit unresolved gap, never flipping a claim to survived on confident-but-unverified pushback. Intensity is calibrated to stakes. Do not use to cooperatively flesh out a vague under-specified idea (use deep-interview) or to self-investigate an unexplained bug (use quaere-evidence).

2026-06-27
quaere-prospect
ソフトウェア開発者

This skill should be used whenever the user asks what to build next, what feature, tool, or product is missing, where the opportunities are in a codebase or domain, or makes any 0→1 origination request — 次に何を作るべきか, what should we build, this repo is missing something, find the gaps, surface opportunities — where the agent would otherwise answer with a generic, ungrounded wishlist (add tests, add CI, add dark mode) instead of a real gap. It forces every proposed opportunity to name a gap verified to exist in the actual system, the beneficiary and the job they are blocked on, evidence the demand is real rather than assumed, and the smallest probe that would validate or kill it before any build, classifying each as verified gap, assumed gap, already covered, or wishlist. Trigger before a problem is chosen; for non-obvious solutions to an already-chosen problem, use quaere-invention instead.

2026-06-27
quaere-evidence
ソフトウェア開発者

This skill should be used whenever the user asks to investigate unclear bugs, defend or reject PR review comments, triage CI failures or flaky tests, review risky/security/database/concurrency/external-API changes or multi-file refactors, or make any claim that needs evidence before patching. It enforces a falsifiable Finding → Hypothesis / Review Claim → Defense → Probe → Decision → Patch → Verification → Handoff workflow so the agent does not jump to fixes, accept plausible but unverified explanations, or publish noisy review comments.

2026-06-13
quaere-execution
ソフトウェア開発者

This skill should be used whenever the user authorizes multi-step coding implementation: applying a plan, finishing a feature, implementing review feedback, writing tests, making a refactor, fixing a bug whose cause is already confirmed, or turning a specification into working code. It enforces a Plan → Do → Study → Act implementation loop with scoped units, fresh verification evidence, diff review, fix loops, and commit/push discipline so the agent does not blind-patch, batch unrelated changes, claim success without tests, or commit unless explicitly authorized. Do not use for trivial one-line edits, command-only requests, or pure explanations.

2026-06-13
quaere-grounding
ソフトウェア開発者

This skill should be used whenever implementation or review depends on external, version-sensitive facts: libraries, SDKs, APIs, CLIs, cloud services, security advisories, changelogs, release notes, or documentation that may have changed. The skill anchors local versions, ranks source quality, runs an executable probe and a lateral corroborator before promoting any claim to `confirmed`, and turns confirmed facts into implementation constraints. Trigger when the task depends on any external surface whose freshness binds correctness — model memory is not evidence. Also trigger when the user names a model, package, API, or version identifier the agent does not recognize: unfamiliar names likely post-date training and must be verified, not corrected.

2026-06-13
quaere-semantic
ソフトウェア開発者

This skill should be used whenever the user asks to "read", "review", "explore", "understand", "explain", "全文レビュー", "意味を分析", or "コード探索" in depth, or whenever implementation requires understanding existing code's intent before changing it. The skill forces per-symbol meaning analysis — splitting mechanical behavior from domain intent, naming invariants and failure modes, mapping backward and forward slice — so the agent does not paraphrase code as understanding. Trigger when surface-level scanning would produce a wrong edit.

2026-06-13
quaere-audit
情報セキュリティアナリスト

This skill should be used whenever the user asks for a serious security audit, vulnerability review, bug bounty triage, threat-model-driven code review, protocol/spec conformance audit, auth/authz or tenant-isolation review, exploitability analysis, CVE/advisory impact assessment, or security-sensitive PR review when exploitability or a security property must be proven. It coordinates a property-driven audit: scope and rules of engagement → security properties → attack surface → source/boundary/sink or guard mapping → proof attempt → false-positive gates → severity/confidence → safe repro/report, with companion handoffs for external facts, semantic invariants, evidence-gated claims, and authorized PoC/fix work.

2026-06-13
quaere-invention
ソフトウェア開発者

This skill should be used whenever the user asks for a non-obvious approach, an alternative architecture, a research direction, a product or monetization idea, an agent-skill design, or any "not just the obvious solution" / "発想を広げたい" / "普通じゃない解法" / "brainstorm alternatives" / "アイデア出し" request where the agent is likely to converge on the first average answer. It forces the agent to name the default basin it is escaping, break the assumptions that make that default feel inevitable through structured mutation passes, classify each candidate's novelty honestly, and design a kill-probe before promoting any idea — so divergence does not collapse into hype. Trigger when settling on the obvious solution too early would be the failure.

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

This skill should be used when implementation or review depends on external, version-sensitive facts: libraries, SDKs, APIs, CLIs, cloud services, security advisories, changelogs, release notes, or documentation that may have changed. It anchors local versions, ranks source quality, checks version fit and conflicts, and turns confirmed facts into implementation constraints before code changes.

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

This skill should be used for unclear bugs, risky PR reviews, CI failures, flaky tests, security-sensitive changes, database or concurrency changes, external API changes, multi-file refactors, and investigations where claims need evidence before patching. It enforces an evidence-first Finding → Hypothesis → Review Claim → Defense → Probe → Decision → Patch → Verification → Handoff workflow so the agent does not jump to fixes, skip disconfirming checks, produce noisy review comments, or accept plausible but unverified explanations.

2026-04-29
execution-loop
ソフトウェア開発者

This skill should be used for authorized multi-step coding implementation work, including applying a plan, finishing a feature, implementing review feedback, or turning a specification into working code. It guides the agent through reading requirements and files, planning ordered units, making minimal edits, reviewing diffs, fixing findings, verifying with targeted and final checks, and committing only when explicitly authorized. Do not use it for trivial one-line edits or pure explanations.

2026-04-29
semantic-review
ソフトウェア品質保証アナリスト・テスター

This skill should be used when exploring an unfamiliar codebase or doing a full-file or full-module code review where surface-level scanning is insufficient. It forces per-symbol meaning analysis — what each function, type, branch, or module boundary intends to accomplish, what invariants it preserves, and why the code is shaped this way — before making implementation suggestions. Trigger when the user asks to "read", "review", "explore", "understand", "explain", "全文レビュー", "意味を分析", or "コード探索" in depth, or when implementation requires understanding existing code's purpose first. Intentionally expensive; the user chose this skill knowing that.

2026-04-29
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました