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

cobusgreyling

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

収集済み skills
66
リポジトリ
5
更新
2026年8月28日
リポジトリエクスプローラー

リポジトリと代表的な skills

install-loop
未分類

Install Loop Engineering into a project via the unified CLI front door (@cobusgreyling/loop). Prefer this over invoking loop-init / loop-audit separately. Week-one is report-only; never enable auto-merge or unattended fixes unless the human explicitly asks…

2026年8月28日
loop-triage
未分類

Triage recent changes, CI failures, issues, and conversations. Produces a concise, actionable findings report suitable for a loop to consume. Writes structured output to a state file or Linear board.

2026年8月26日
loop-constraints
未分類

Read loop-constraints.md at the start of every run and enforce every rule. This skill runs BEFORE triage or any action skill. Constraints are binding.

2026年8月26日
budget-negotiator
その他コンピュータ職

An advanced skill for L3 autonomous loops. When the token budget nears exhaustion, the agent analyzes its ROI and autonomously drafts a negotiation request for a budget increase rather than silently failing.

2026年8月3日
loop-budget
その他コンピュータ職

Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.

2026年7月29日
pr-review-triage
ソフトウェア品質保証アナリスト・テスター

Triage open pull requests for CI status, review comments, and merge readiness. Use in PR babysitter loops. Respects project review norms and required checks.

2026年7月24日
pr-review-triage
ソフトウェア品質保証アナリスト・テスター

Watch open PRs, check CI status, review staleness, merge conflicts, and unanswered review comments. Produces a prioritized watchlist.

2026年7月24日
changelog-scan
ソフトウェア開発者

Scan merged PRs and commits since a given reference, extract titles, labels, types, and signals. Produces structured input for release notes drafting.

2026年7月1日
収集済み skill 28 件中 8 件を表示しています。
context-window-hygiene
その他のビジネスオペレーション専門家

Manage what enters and stays in the context window — pruning, compaction, summary fidelity, ordering — so the agent stays coherent on long runs without inflating cost. Use when the user is hitting context limits, running long agentic loops, paying for…

2026年5月19日
human-in-the-loop
コンプライアンスオフィサー

Design where, when, and how a human gates, reviews, or rescues an LLM agent — without turning the agent into a button labelled "approve". Use when the user is building an agent that takes irreversible actions or operates in regulated workflows and mentions…

2026年5月19日
llm-as-judge
その他のビジネスオペレーション専門家

Design and validate LLM-as-judge scoring — pairwise vs pointwise, bias correction, anchor calibration, and the cases where a judge is the wrong tool. Use when the user is building an eval, scoring open-ended outputs, or comparing model versions and mentions…

2026年5月19日
memory-design
その他のビジネスオペレーション専門家

Design memory for an LLM agent — what to keep, where to keep it, and when memory hurts more than it helps. Use when the user is adding memory to an agent and mentions short-term memory, long-term memory, episodic, semantic, conversation history, summary…

2026年5月19日
model-routing
マネジメントアナリスト

Pick the right model per call, not per project — route Opus/Sonnet/Haiku, GPT-5/4o/mini, Gemini Pro/Flash by task, and cut cost without losing quality. Use when the user is choosing model tiers, building a router, or debating Opus-only vs mixed-tier…

2026年5月19日
multi-agent-orchestration
マネジメントアナリスト

Decide when to split work across multiple agents vs one agent with tools, and design the handoffs when you do. Use when the user is sketching a multi-agent system or debugging one, and mentions handoff, delegation, supervisor, swarm, crew, sub-agent,…

2026年5月19日
prompt-injection-defense
コンプライアンスオフィサー

Defend an LLM agent against prompt injection — direct, indirect, tool-result, and document-borne. Use when the user is building an agent that reads untrusted content (web pages, emails, documents, tool outputs) or exposes user-provided text to a downstream…

2026年5月19日
structured-output-reliability
その他のビジネスオペレーション専門家

Get reliable structured output (JSON, typed objects) out of an LLM without regex repair, retry loops, or silent corruption. Use when the user is parsing model output, fighting malformed JSON, comparing JSON mode vs function calling vs structured outputs, or…

2026年5月19日
収集済み skill 18 件中 8 件を表示しています。
goal-verifier
ソフトウェア品質保証アナリスト・テスター

Independently verify a Grok Build goal is truly complete. Checks GOAL.md done conditions, runs tests, and returns PASS or REJECT with evidence. Use before update_goal(completed: true), when asked to "verify goal", "check if done", or as a reviewer sub-agent…

2026年6月23日
goal-verifier
ソフトウェア品質保証アナリスト・テスター

Verify coverage-target goals: coverage threshold met, no hollow tests, suite green. Use before update_goal(completed: true) on coverage goals.

2026年6月23日
goal-verifier
ソフトウェア品質保証アナリスト・テスター

Verify implement-feature goals: acceptance criteria met, tests for new behavior, checklist complete. Use before update_goal(completed: true) on feature goals.

2026年6月23日
goal-verifier
ソフトウェア品質保証アナリスト・テスター

Verify migrate-module goals: tests green, zero legacy imports, GOAL.md checklist complete. Use before update_goal(completed: true) on module migration goals.

2026年6月23日
goal-verifier
ソフトウェア品質保証アナリスト・テスター

Verify refactor-safely goals: full test lock, no public API breakage, behavior preserved. Use before update_goal(completed: true) on refactor goals.

2026年6月23日
goal-verifier
ソフトウェア品質保証アナリスト・テスター

fixture

2026年6月23日
goal-completion-check
ソフトウェア開発者

Pre-flight check before calling update_goal(completed: true). Ensures verifier ran, tests passed, and GOAL.md checklist is complete. Use when implementer believes work is done, or when asked "can I mark goal complete?"

2026年6月23日
goal-scoper
ソフトウェア開発者

Break a large request into a bounded, goal-ready objective with verifiable done conditions. Use before /goal when the task is vague, too large, or missing acceptance criteria. Produces GOAL.md draft content.

2026年6月23日
収集済み skill 9 件中 8 件を表示しています。
architecture-reviewer
ソフトウェア開発者

Perform focused architecture and modularity reviews. Identify boundary violations, god objects, tangled dependencies, and propose the smallest reversible improvements. Use the repo-graph MCP when available. Trigger with "architecture review", "check the…

2026年6月3日
git-discipline
ソフトウェア開発者

Enforce conventional commits, clean branch strategy, small focused diffs, and PR-ready history. Use before any commit or when preparing work for review. Triggers: "commit this cleanly", "prepare for PR", "fix the git history", "use git-discipline".

2026年6月3日
mcp-orchestrator
ソフトウェア開発者

Discover available MCP servers, evaluate their fit, install and configure them safely, and then use them effectively within sessions. Use when the user needs new capabilities (browser control, advanced git, observability, etc.) or when existing MCPs are…

2026年6月3日
plan-mode-orchestrator
プロジェクト管理専門家

For any non-trivial task, start in Plan Mode, produce a clear step-by-step plan with risks and verification method, and wait for explicit approval before any edits. Use when the user says "plan this", "use plan mode", "don't edit yet", or describes a complex…

2026年6月3日
security-audit
情報セキュリティアナリスト

Perform focused security reviews on code, diffs, hooks, and MCP servers. Look for auth issues, injection, secret leakage, unsafe tool/MCP usage, and hook risks. Use for any change involving external input, credentials, or agent capabilities. Triggers:…

2026年6月3日
subagent-arena
ソフトウェア開発者

Run parallel independent subagents on the same investigation or design question, collect structured outputs, then synthesize the best elements or score approaches. Use for complex research, architecture decisions, or when multiple valid strategies exist.…

2026年6月3日
tdd-intelligence
ソフトウェア品質保証アナリスト・テスター

Apply rigorous test-first development. Write failing tests (or characterization tests) that capture desired behavior before implementing. Maintain high test coverage on changed code. Use for new features, refactors, and bug fixes where regression protection…

2026年6月3日
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました