Agent Plugins Marketplace
← All plugins

pre-push

v0.1.0

Set up and inspect Git pre-push checks using the repository’s CI verification command. Preserve existing hook management; copied hooks run independently of the plugin.

CodexClaude Code1 Skill

By gigun0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 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 for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gigun-dev/claude-code
codex plugin marketplace upgrade gigun
codex plugin add pre-push@gigun

Paste and run these commands in a terminal with Codex. They add and refresh the gigun catalog, then install this plugin.

Compatibility: the page URL and API slug “pre-push” remain stable.

  • Codex: pre-push@agent-plugin-marketplace → pre-push@gigun

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/gigun-dev/claude-code

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pre-push/.

Plugin files

plugins/pre-push/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/pre-push/SKILL.md

Included Skills1

pre-pushskills/pre-push/SKILL.md

Set up, inspect, or repair repository Git pre-push checks. Connect the repository's CI verification command to its existing hook setup and verify that a failing check blocks a push. Use when hook setup or diagnosis is requested.

Plugin manifests2

plugins/pre-push/.codex-plugin/plugin.json
{
  "$generatedFrom": "../.claude-plugin/plugin.json (scripts/generate_manifests.py --write); generates name/version/description/author here — homepage, repository, keywords, the mcpServers/skills pointer, and interface stay hand-edited in this file",
  "name": "pre-push",
  "version": "0.1.0",
  "description": "Set up and inspect Git pre-push checks using the repository’s CI verification command. Preserve existing hook management; copied hooks run independently of the plugin.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Pre-push",
    "shortDescription": "Git pre-push の導入と点検",
    "longDescription": "既存のフック管理へ CI と同じ検証を接続し、失敗時に push が止まることを確認します。",
    "developerName": "gigun",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "このリポジトリの pre-push に CI と同じ検証を入れて。"
  }
}
plugins/pre-push/.claude-plugin/plugin.json
{
  "name": "pre-push",
  "version": "0.1.0",
  "description": "Set up and inspect Git pre-push checks using the repository’s CI verification command. Preserve existing hook management; copied hooks run independently of the plugin.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  }
}

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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pre-push)