Agent Plugins Marketplace
All plugins

loupe

v0.8.0

Hand pull request review findings to a human with loupe: capture the pull request, file the findings into a local draft, open review for the human, and answer their notes. Never publishes.

CodexClaude Code1 Skill

By Erik SaulnierLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add eriksaulnier/loupe
codex plugin marketplace upgrade loupe
codex plugin add loupe@loupe

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

Compatibility: the page URL and API slug “loupe” remain stable.

  • Codex: loupe@agent-plugin-marketplaceloupe@loupe

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/eriksaulnier/loupe

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

Plugin files

plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/human-review/SKILL.md

Included Skills1

human-reviewskills/human-review/SKILL.md

Use when a skill or agent reviews a GitHub pull request for a human to decide and publish through loupe, or when the human has sent loupe findings back with notes. Captures the pull request before the review, files the review's findings and a summary into a local draft, opens loupe review for the human in a new terminal pane where it can, and answers the human's send-back notes until they publish. Brings no review method of its own. Never publishes.

Plugin manifests2

plugin/.codex-plugin/plugin.json
{
  "name": "loupe",
  "version": "0.8.0",
  "description": "Hand pull request review findings to a human with loupe: capture the pull request, file the findings into a local draft, open review for the human, and answer their notes. Never publishes.",
  "author": {
    "name": "Erik Saulnier"
  },
  "repository": "https://github.com/eriksaulnier/loupe",
  "license": "MIT",
  "skills": "./skills/"
}
plugin/.claude-plugin/plugin.json
{
  "name": "loupe",
  "version": "0.8.0",
  "description": "Hand pull request review findings to a human with loupe: capture the pull request, file your findings into a local draft, open review for the human, and answer their notes. Never publishes.",
  "author": {
    "name": "Erik Saulnier"
  },
  "repository": "https://github.com/eriksaulnier/loupe"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[loupe on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loupe)