AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Noslop Pr Gate

skill-45ck-skill-harness-noslop-pr-gate · by 45ck

Run the noslop pre-PR quality gate and handle the noslop-approved escape hatch for intentional config weakening before opening a pull request.

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

Install

$ agentstack add skill-45ck-skill-harness-noslop-pr-gate

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

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-45ck-skill-harness-noslop-pr-gate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Noslop Pr Gate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Use this skill before opening or updating a pull request in a noslop-protected repository.

Gate command:

noslop check --tier=slow

Run this after all commits are staged and before opening the PR. This tier runs type checking and the full test suite. The pre-push hook runs it automatically before git push, but running it manually first avoids a rejected push.

If the gate fails:

  • fix the type error or test failure reported in the output
  • never use [skip ci], skip-checks, or SKIP_CI in commit messages or CI configuration
  • never add continue-on-error: true to workflow steps to force a green CI run
  • re-run noslop check --tier=slow to confirm the gate is green before pushing

Escape hatch for intentional weakening:

If a change intentionally weakens a quality gate config (for example, removing an obsolete lint rule), the pre-commit hook will block it locally. To proceed:

  1. submit the change via a pull request
  2. have a human reviewer apply the noslop-approved label to the PR
  3. guardrails.yml enforces the label requirement; the PR cannot merge without it

This escape hatch is for deliberate, reviewed decisions only. Do not use it to unblock failing gates. Do not apply the label yourself.

Protected files requiring the label:

  • .githooks/
  • .github/workflows/
  • .claude/settings.json
  • .claude/hooks/

Any PR that modifies these paths without the noslop-approved label will be blocked by the guardrails CI check.

CI is authoritative:

The quality.yml workflow runs --tier=ci (all tiers combined) on every PR and every push to main. It is configured as a required status check. Bypassing local hooks does not bypass CI. The CI tier is the final gate and cannot be skipped by any local trick.

Checklist before opening a PR:

  • noslop check --tier=slow passes locally
  • no [skip ci], SKIP_CI, or skip-checks in commit messages
  • no continue-on-error: true added to workflows
  • if protected files are modified, the noslop-approved label has been applied by a human reviewer

Avoid:

  • pushing with --force without explicit human approval
  • adding CI-bypass patterns to get a failing check to pass
  • requesting or applying the noslop-approved label without a human reviewer's explicit decision

Source & license

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

  • Author: 45ck
  • Source: 45ck/skill-harness
  • License: MIT
  • Homepage: https://github.com/45ck/skill-harness/releases/tag/v0.1.0

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.