Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
minghinmatthewlam
/
agent-guards
home
/
skills
/
minghinmatthewlam
/
agent-guards
minghinmatthewlam/agent-guards
19 skills
View on GitHub
$
npx skills add minghinmatthewlam/agent-guards
Skill
Installs
audit-loop
Lightweight read-only audit. Use host-appropriate review coverage for evidence and findings. Iterate on disagreement or low confidence. No code changes.
—
autoreview
Run OpenClaw structured code review as the default closeout check for local changes, branches, commits, and PR work. Uses Codex by default; Claude is optional for explicit second-model review.
—
codex-review
Run Codex's built-in `codex review` command as a fallback or explicit compatibility check for local changes, branches, commits, and PR work.
—
concise-report
Agent response format, respond concisely while keeping the human oriented, informed, and able to learn how the project works to keep in loop for future work. Applies to all complex agent coding work r
—
explain-diff
Create a focused self-contained HTML explanation of a code change, diff, branch, commit, PR, or worker implementation. Use when the user asks to understand code changes, needs an important implementat
—
explain-report
Create a focused, self-contained HTML report that helps the user understand, retain, and act on important information. Use when the user requests an HTML report or visual explanation; when substantial
—
fix-ci
Check GitHub Actions status on the current PR, wait for checks to finish, analyze failures and review comments, fix issues, and repeat until CI passes. Use when a user asks to fix failing CI, check PR
—
ios-dev
Develop iOS apps with a fast simulator-first loop using the xcodebuildmcp CLI: discover project/schemes, build/test/run, capture logs, and triage failures. Use when: (1) normal iOS development, (2) si
—
ios-release
Run a preflight-gated iOS release workflow with asc for TestFlight and App Store: auth check, ID resolution, validation, blocker triage, then controlled publish/submit commands. Use when: (1) shipping
—
mcporter
CLI access to MCP servers without loading them into agent context (saves tokens). Use when: (1) calling MCP tools on-demand, (2) want to avoid MCP context overhead.
—
new-task
Iteratively clarify requirements for a new task until reaching 90%+ confidence, then auto-invoke plan-loop.
—
oracle
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
—
orchestrator
Coordinate complex work across workers while keeping product context and final judgment in the main session. Use when the user asks to orchestrate, delegate, parallelize, supervise workers, or coordin
—
plan-loop
Use for complex or high-risk implementation work that needs plan-first execution, explicit verification design, pre-code review, and autonomous post-implementation hardening through self-test, simplif
—
review-loop
Post-implementation review/fix loop. Use host-appropriate review coverage on your implementation, fix issues, iterate until highly confident, then commit.
—
self-test
Prove the requested goal works on the highest-signal affected surface before closing. Default closing behavior for every implementation task — not just when explicitly asked. Also triggers on: 'make s
—
simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
—
skills-audit
Audit agent skills in a repo against best practices — checks .claude/skills/ and .agents/skills/ for quality, structure, and coverage gaps. Use when the user wants to review, improve, or evaluate thei
—
use-loop
Default workflow for implementation and product goals: identify the verifiable goal, check tool/self-test access, start a real /goal continuation loop, iterate until verified, report blockers or decis
—