Skip to main content
cobusgreyling
GitHub-Creator-Profil

cobusgreyling

Repository-Ansicht von 66 gesammelten Skills in 5 GitHub-Repositories.

gesammelte Skills
66
Repositories
5
aktualisiert
28. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

install-loop
nicht klassifiziert

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…

28. Aug. 2026
loop-triage
nicht klassifiziert

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.

26. Aug. 2026
loop-constraints
nicht klassifiziert

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.

26. Aug. 2026
budget-negotiator
Sonstige Computerberufe

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.

3. Aug. 2026
loop-budget
Sonstige Computerberufe

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.

29. Juli 2026
pr-review-triage
Softwarequalitätssicherungsanalysten und -tester

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

24. Juli 2026
pr-review-triage
Softwarequalitätssicherungsanalysten und -tester

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

24. Juli 2026
changelog-scan
Softwareentwickler

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

1. Juli 2026
Es werden 8 von 28 gesammelten Skills angezeigt.
context-window-hygiene
Sonstige Betriebsspezialisten

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…

19. Mai 2026
human-in-the-loop
Compliance-Beauftragter

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…

19. Mai 2026
llm-as-judge
Sonstige Betriebsspezialisten

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…

19. Mai 2026
memory-design
Sonstige Betriebsspezialisten

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…

19. Mai 2026
model-routing
Unternehmensberater

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…

19. Mai 2026
multi-agent-orchestration
Unternehmensberater

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,…

19. Mai 2026
prompt-injection-defense
Compliance-Beauftragter

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…

19. Mai 2026
structured-output-reliability
Sonstige Betriebsspezialisten

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…

19. Mai 2026
Es werden 8 von 18 gesammelten Skills angezeigt.
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

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…

23. Juni 2026
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

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

23. Juni 2026
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

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

23. Juni 2026
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

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

23. Juni 2026
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

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

23. Juni 2026
goal-verifier
Softwarequalitätssicherungsanalysten und -tester

fixture

23. Juni 2026
goal-completion-check
Softwareentwickler

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?"

23. Juni 2026
goal-scoper
Softwareentwickler

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.

23. Juni 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
architecture-reviewer
Softwareentwickler

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…

3. Juni 2026
git-discipline
Softwareentwickler

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".

3. Juni 2026
mcp-orchestrator
Softwareentwickler

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…

3. Juni 2026
plan-mode-orchestrator
Projektmanagementspezialisten

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…

3. Juni 2026
security-audit
Informationssicherheitsanalysten

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:…

3. Juni 2026
subagent-arena
Softwareentwickler

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.…

3. Juni 2026
tdd-intelligence
Softwarequalitätssicherungsanalysten und -tester

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…

3. Juni 2026
5 von 5 Repositories angezeigt
Alle Repositories angezeigt