nextcloud-mcp-server: Skill for Claude Code

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

pre-push-review is a skill for Claude Code from cbcoutinho/nextcloud-mcp-server. It costs 105 tokens per session (6,721 once invoked), scanned A, original, AGPL-3.0.

A self-review workflow for the current Git branch before pushing a pull request. It compares the branch's changes with review patterns from the nextcloud-mcp-server project and runs checks on changed files.

In plain words
What is it for?
Use it before pushing a pull request to review the diff and create a list of likely issues. It is aimed at Python changes and recurring automated review findings in that project.
Why use it?
It helps catch likely review comments before a pull request is pushed. The checks include Ruff, ty, and tests where applicable.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is cbcoutinho/nextcloud-mcp-server's own configuration. It tells Claude Code how to work on nextcloud-mcp-server 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 nextcloud-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cbcoutinho/nextcloud-mcp-server. 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/cbcoutinho/nextcloud-mcp-server/master/.claude/skills/pre-push-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cbcoutinho/nextcloud-mcp-server

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/cbcoutinho/nextcloud-mcp-server/pre-push-review.svg)](https://agentmods.dev/skills/cbcoutinho/nextcloud-mcp-server/pre-push-review)
Your own site
<a href="https://agentmods.dev/skills/cbcoutinho/nextcloud-mcp-server/pre-push-review"><img src="https://agentmods.dev/badge/skills/cbcoutinho/nextcloud-mcp-server/pre-push-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,721 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 237
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
Origin unknown 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.00105 $0.06721
Opus 5 $0.00053 $0.03361
Sonnet 5 $0.00021 $0.01344
Haiku 4.5 $0.00011 $0.00672

Measured 2d ago against content hash b6c9d959a1a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 2d 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 · 387 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago Changed b6c9d959a1a6
  2. 8d ago First seen · 387 lines · 105 tokens per session scan A bf3c42d1f47b

Subscribe to this mod's changes

pre-push-review is a skill published in the GitHub repository cbcoutinho/nextcloud-mcp-server (346 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 105 tokens to every session and 6,721 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

qa

QA test a live website with Axon discovery/content evidence plus browser automation when interaction is required. Use when the user wants exploratory QA, form testing, navigation/link checks, responsive checks, performance observations, bug reports, or a pre-launch quality review.

dinglebear-ai/axon · 52 tokens

code-simplifier

Post-session code review and cleanup against a working tree of changes. Analyzes git diff to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch efficiency issues. Use after a substantive working session, or…

cyanheads/stackexchange-mcp-server · 124 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

commit

Auto-fix, lint, test, and commit changes with a conventional commit message.

phel-lang/phel-lang · 16 tokens

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

ring:creating-worktrees

Creating an isolated git worktree for parallel branch work: selects the directory by priority order, verifies/adds .gitignore safety, auto-installs the detected toolchain's dependencies, runs a baseline test, and reports readiness. Use before a feature that needs isolation from the main workspace or before executing…

LerianStudio/ring · 88 tokens