pre-push-review
v1.3.0Fix-and-verify review that fixes code smells, security, scalability, and performance issues before any git push.
By Engineering1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pre-push-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pre-push-review@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kulykivska/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pre-push-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/pre-push-review/SKILL.md
Included Skills1
Comprehensive pre-push review that FIXES issues before pushing — covering code smells, architectural patterns, security, scalability, and performance. MUST run BEFORE any `git push`, for EVERY project on EVERY branch. Reviews the diff to be pushed, fixes the findings, re-verifies, and only then pushes clean code. Trigger on "check before pushing", "run the pre-push check", "review before push", "pre-push review", the PRE-PUSH POLICY gate message, or proactively whenever about to run `git push` / the user asks to push.
Plugin manifests1
{
"name": "pre-push-review",
"version": "1.3.0",
"description": "Fix-and-verify review that fixes code smells, security, scalability, and performance issues before any git push.",
"author": {
"name": "Engineering"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pre-push-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pre-push-review)