AgentStack
SKILL verified MIT Self-run

Check

skill-juliusz-cwiakalski-agentic-delivery-os-check · by juliusz-cwiakalski

Run this repo's quality gates script and summarize results via the run-logs-runner.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-juliusz-cwiakalski-agentic-delivery-os-check

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Run the repository's configured quality gates command and return a concise, high-signal summary with log pointers.

This command is intended for humans to invoke directly. Agents should preferentially call @runner directly for execution/log-heavy tasks.

User invocation: /check [fast|slow|all|...] [--skip-autofix] [--dry-run]

Examples: /check # default (usually all) /check fast /check slow /check lint test

Determine which quality gates command to run:

  1. Read AGENTS.md and look for an explicit quality gates runner instruction.
  • If AGENTS.md includes a command like ./scripts/quality-gates.sh (preferred) or any referenced path/command for quality gates, use that.
  • If multiple are present, prefer the most explicit "Run all quality gates" instruction.
  1. Default fallback if no instruction found:
  • ./scripts/quality-gates.sh
  1. Pass through user-provided arguments (fast/slow/all/...) as-is to the resolved command.
  1. Always run from repository root.
  • Delegate actual execution to @runner (this command uses it as its agent).
  • Ensure logs are saved under tmp/run-logs-runner// and that output includes:
  • exact command
  • exit code
  • duration
  • log path(s)
  • top error snippets and tail excerpts
  • If quality gates fail, prominently surface:
  • which gate(s) failed
  • pointers mentioned by quality-gates.sh (e.g., tmp/playwright-report, tmp/playwright-report/ai-failures.jsonl)
  • Do not attempt fixes; this command is run-only.
  • For fixing failures, use /check-fix (@fixer) or invoke @fixer directly.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.