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

JDevlieghere

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

収集済み skills
6
リポジトリ
1
更新
2026-07-14
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

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

Fetch and prioritize the open llvm/llvm-project PRs awaiting my review. Combines a deterministic GitHub fetch (review-requested / reviewed-by / mentions, deduped and scored by area + signals) with an AI-assisted ranking that surfaces what actually needs my eyes first. Load when asked to triage my review queue, show what PRs to review, or "what should I review today".

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

Multi-agent, read-only code review of a GitHub PR, a branch, or the current working-tree diff. Runs a fast high-signal pass (correctness, adversarial, design/API) and renders an interim report early so you can decide whether the change is worth more effort, then a deeper pass (tests/docs/conventions plus conditional security/performance/concurrency), gates findings by confidence, validates them in a batched independent pass, and renders a ranked final report. Caps parallel agents hard to stay fast and avoid rate limits. For C++ in an LLVM/Clang/LLDB tree it leans on the llvm-development skill so reviewers apply LLVM conventions and run clang-format/clang-tidy. Never edits, commits, or pushes. Load when asked to review a PR, review changes before opening a PR, or get feedback on a diff.

2026-07-02
llvm-development
ソフトウェア開発者

Conventions for writing, refactoring, or reviewing C++ in LLVM, Clang, or LLDB trees. Covers the naming split between LLVM and LLDB, include ordering, ADT containers and string types (StringRef, SmallVector, DenseMap), Error/Expected handling, LLVM-style casts, formatting rules, and LLDB-specific hazards. Load when editing `.cpp`/`.h` files under an LLVM monorepo, opening a file that includes `llvm/ADT/`, or answering questions about LLVM/LLDB coding standards.

2026-06-17
comments
ソフトウェア開発者

Conventions for writing source code comments. Load when adding or editing comments in code, reviewing a diff for comment quality, or deciding whether a comment belongs at all. Covers when a comment earns its place, the WHY-not-WHAT rule, lifting rationale to general principles rather than concrete examples, banning prompt/task references, and the tone and length to aim for.

2026-06-04
commit-message
ソフトウェア開発者

Conventions for drafting git commit messages. Load when asked to write a commit message, draft a commit, or run `git commit`. Covers subject-line bracket prefixes, NFC tagging, line-length and wrapping rules, imperative mood, body content focused on the why, and trailers like rdar:// references and `Assisted-by: Claude`.

2026-05-15
parallelize
その他コンピュータ職

Guidance for offloading work to subagents and running independent work in parallel. Load when a task involves multiple independent investigations, heavy codebase exploration, or research that would bloat the main context. Covers when to delegate vs. do directly, how to dispatch agents concurrently in a single message, how to choose between Explore / Plan / general-purpose / specialist agents, and how to structure agent prompts for useful results.

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