Universe-Keyboard: Skill for Claude Code

.claude/skills/pre-push-review/SKILL.md

pre-push-review is a skill for Claude Code from shchnk1103/Universe-Keyboard. It costs 34 tokens per session (623 once invoked), scanned A, original, MIT.

A pre-push code review checks your changes, recent test results, and commit before sending code to GitHub, a service for hosting and collaborating on software.

In plain words
What is it for?
Use it when you want to commit and push finished work, upload code to GitHub, or prepare changes to ship.
Why use it?
It helps catch unfinished changes, missing tests, whitespace problems, and other issues before they reach the shared repository.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

This is shchnk1103/Universe-Keyboard's own configuration. It tells Claude Code how to work on Universe-Keyboard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Universe-Keyboard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shchnk1103/Universe-Keyboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shchnk1103/Universe-Keyboard/main/.claude/skills/pre-push-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/shchnk1103/Universe-Keyboard

Made for: Claude Code.

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 pre-push-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/shchnk1103/universe-keyboard/pre-push-review/github.svg)](https://agentmods.dev/skills/shchnk1103/universe-keyboard/pre-push-review)
Your own site
<a href="https://agentmods.dev/skills/shchnk1103/universe-keyboard/pre-push-review"><img src="https://agentmods.dev/badge/skills/shchnk1103/universe-keyboard/pre-push-review/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 pre-push-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/shchnk1103/universe-keyboard/pre-push-review"><img src="https://agentmods.dev/badge/skills/shchnk1103/universe-keyboard/pre-push-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 623 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.00034 $0.00623
Opus 5 $0.00017 $0.00311
Sonnet 5 $0.00007 $0.00125
Haiku 4.5 $0.00003 $0.00062

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

Security

Grade A, and why

pre-push-review 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.

.claude/skills/pre-push-review/SKILL.md · 43 lines

What it actually says

Pre-Push Review

授权与范围

用户要求本地 commit 就只提交;push、PR、merge、Release 分别核对当前授权。 “检查能否发布”是审查请求,不自动执行发布。已明确给出的同范围授权持续有效。 根目录 AGENTS.md 和用户的具体范围约束是执行依据,技能不授予额外权限。

先读取 status、unstaged/staged diff 与 diff --check,确定本任务文件 allowlist。 保留其他任务的改动;发布前核对实际分支、远端、staged 路径和完整差异。禁止批量 git add -A。 仅发布当前任务已审查的功能分支;在默认分支上工作时先建立隔离的功能分支。

验证

merge-bound / ship / 修 CI 的本地门禁以 AGENTS.md 为准,路径分级以 docs/CI_CHANGE_CLASSIFICATION.md 为准。未知路径不能自行按 docs-only 豁免。

最终内容、基线、依赖、覆盖 target、环境、新鲜度和结果均适用时,按 docs/AI_WORKFLOW.md 复用已通过证据。内容变化、rebase/merge、环境/依赖变化、过期、失败、覆盖不足或用户明确要求 重跑时重新验证。单纯再次要求 merge 不使完整有效证据失效。

草稿/仅功能分支发布可如实记录缺口,但不能声明可合并。改 App/Extension 测试后不能只跑 Core。

审查与修复

检查新增敏感文件、备份文件、危险强制操作、文档 Source of Truth 和实际行为变化。 文档影响使用 docs/DOCUMENTATION_GOVERNANCE.md,无影响给出简短理由。

用户已授权修复的本任务检查失败,继续定位并修复、执行相关验证;不要只把可修问题退给用户。 未授权修复、其他任务失败或真正缺少人类决定时,保留恢复点并报告具体缺口。 需要暂停时,指出阻塞动作、精确规则文件和适用条款,区分明文要求与自身推断。

执行与交付

用显式文件名单 stage,复查 staged diff 后按授权提交、推功能分支、创建 PR。 不自动推当前默认分支。报告 commit、目标分支、PR(如有)、验证与未运行项。 分支清理遵循 AGENTS.md 的 fetch/远端默认分支可达性/安全删除门,不因 push 成功而清理。

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 Changed · -81 lines · -21 tokens per session ec9f2a725e90
  2. 12d ago First seen · 124 lines · 55 tokens per session scan A 05b623ff4f48

Subscribe to this mod's changes

pre-push-review is a skill published in the GitHub repository shchnk1103/Universe-Keyboard (5 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 623 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-08-31.

Related

Other skills, from other repositories

review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

prisma/orm · 38 tokens

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

github-automation

GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.

ruvnet/ruflo · 61 tokens

review-delta

Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.

tirth8205/code-review-graph · 24 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens

github-contributor

End-to-end playbook for shipping high-quality pull requests to open-source projects you don't maintain — discovery, CONTRIBUTING compliance, PR-size check, minimal-diff implementation, PR description with AI-assisted disclosure, conflict resolution, and post-submission maintainer interaction. Use whenever creating…

daymade/claude-code-skills · 133 tokens