market-pre-push-checks

market-pre-push-checks is a skill for Claude Code, Codex from Sivan757/dsh-agent-plugins-market. It costs 45 tokens per session (406 once invoked), scanned A, original, MIT.

A pre-push checking workflow for changes in a software repository. It selects checks based on the files changed instead of always running the entire test suite.

In plain words
What is it for?
Use it before pushing or merging changes, or before claiming that the repository has no failing checks.
Why use it?
It avoids spending time on unrelated checks while still matching changed code, documentation, schemas, and dependencies with relevant evidence. It also repeats failed checks after fixes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it before pushing or merging changes, or before claiming that the repository has no failing checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Sivan757/dsh-agent-plugins-market --skill market-pre-push-checks
Clone the repo
git clone --depth 1 https://github.com/Sivan757/dsh-agent-plugins-market

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for market-pre-push-checks

README.md
[![agentmods](https://agentmods.dev/badge/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks/github.svg)](https://agentmods.dev/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks)
Your own site
<a href="https://agentmods.dev/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks"><img src="https://agentmods.dev/badge/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for market-pre-push-checks

Your own site · 80×15
<a href="https://agentmods.dev/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks"><img src="https://agentmods.dev/badge/skills/sivan757/dsh-agent-plugins-market/market-pre-push-checks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 406 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00406
Opus 5 $0.00023 $0.00203
Sonnet 5 $0.00009 $0.00081
Haiku 4.5 $0.00005 $0.00041

Measured 6d ago against content hash 7e19b1115dde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

market-pre-push-checks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/market-pre-push-checks/SKILL.md · 25 lines

What it actually says

Market Pre-Push Checks

Run evidence matched to the outgoing diff once, then report only the commands run. CI owns exhaustive coverage; the full pnpm run test locally is reserved for release verification (see market-release) and repository-wide changes.

Steps

  1. Scope the diff. git status --short --branch and git diff <base> --stat; the surface list is the completion criterion for this step.
  2. Map surface to evidence and run the union once:
Outgoing surface Evidence
src/** or tests/** check:refactor + the vitest files mirroring the touched areas (tests/<area>.test.ts)
src/client/** or locales.ts above + every tests/client-*.test.ts
schemas/** above + tests/mcp-config.test.ts + tests/lsp-spec.test.ts
docs/**, README*, docs-site/** format:check (and docs-site build when its sources changed)
package.json / lockfile pnpm install --frozen-lockfile + check:refactor
  1. Re-verify after fixes. Any fix reruns the same command set that failed, nothing more.
  2. Green tree. format:check covers files eslint does not (docs, HTML, fixtures) — include it whenever non-TS files moved, then report the evidence list with the push proposal.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 25 lines · 45 tokens per session scan A 7e19b1115dde

Subscribe to this mod's changes

market-pre-push-checks is a skill published in the GitHub repository Sivan757/dsh-agent-plugins-market (8 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 406 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.