neneko-cr

neneko-cr is a skill for Codex from XnLemon/Neneko-skill. It costs 145 tokens per session (13,933 once invoked), scanned A, original, MIT.

A repository-independent workflow for handling GitHub pull requests, which are proposed code changes sent for review. It covers triage, review, fixes, reporting, approval, and optional merging.

In plain words
What is it for?
Use it to review another developer's pull request or maintain your own. It adapts to the project's language, build tools, continuous-integration checks, branch rules, and review process.
Why use it?
It gives maintainers a consistent way to inspect the current code, checks, and review discussions before deciding whether a change is needed and appropriate. It also helps avoid reviewing the wrong repository.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions AGENTS.md; mentions Codex.

Good fit Use it to review another developer's pull request or maintain your own. It adapts to the project's language, build tools, continuous-integration checks, branch rules, and review process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xnlemon/neneko-skill/neneko-cr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add XnLemon/Neneko-skill --skill neneko-cr
Clone the repo
git clone --depth 1 https://github.com/XnLemon/Neneko-skill

Made for: Codex.

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 neneko-cr

README.md
[![agentmods](https://agentmods.dev/badge/skills/xnlemon/neneko-skill/neneko-cr/github.svg)](https://agentmods.dev/skills/xnlemon/neneko-skill/neneko-cr)
Your own site
<a href="https://agentmods.dev/skills/xnlemon/neneko-skill/neneko-cr"><img src="https://agentmods.dev/badge/skills/xnlemon/neneko-skill/neneko-cr/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 neneko-cr

Your own site · 80×15
<a href="https://agentmods.dev/skills/xnlemon/neneko-skill/neneko-cr"><img src="https://agentmods.dev/badge/skills/xnlemon/neneko-skill/neneko-cr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,933 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.00145 $0.13933
Opus 5 $0.00072 $0.06966
Sonnet 5 $0.00029 $0.02787
Haiku 4.5 $0.00015 $0.01393

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

Security

Grade A, and why

neneko-cr 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 11d 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.

skills/neneko-cr/SKILL.md · 981 lines

How it starts

The opening of the file, as written. The whole thing — 981 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Neneko CR

Overview

Run a repository-agnostic maintainer code-review loop for the target GitHub repository selected by the user or discovered from the current workspace. The skill name is neneko-cr, and the workflow is generic CR: adapt to the target project's language, build system, CI, branch policy, review policy, and report conventions instead of assuming a particular repository.

Resolve the target repository in this order:

  1. An explicit repository, PR URL/number, local checkout, or target named by the user.
  2. CR_TARGET_REPOSITORY (<owner>/<repo>).
  3. The origin remote of the current checkout when that checkout is the target project rather than a dedicated review workspace.
  4. The repository associated with an explicitly supplied local path.
  5. If the current checkout looks like a dedicated review workspace and no target is configured, ask for the target instead of reviewing the workspace itself.
  6. If more than one target remains plausible, ask the user to choose; do not silently review the wrong repository.

Resolve the local target checkout in this order:

  1. CR_TARGET_CHECKOUT.
  2. A local path supplied by the user.
  3. The current checkout when its origin matches the target repository.
  4. A sibling checkout with a matching remote when one is available.
  5. GitHub/API-only review when no local checkout is available and the task does not require local edits or tests.

Resolve the review workspace and report root from CR_WORKSPACE and CR_REPORT_ROOT when set. Otherwise use the current repository when it contains this skill and report tooling, then its existing report convention, and finally a repo-relative reports/ directory. Prefer repo-relative paths; never rely on a user-specific absolute path.

Useful optional configuration includes CR_OWN_AUTHORS (additional own-PR logins), CR_DEFAULT_BASE (base branch override), CR_SOFT_CHECKS (checks allowed to remain non-green during review), and CR_MERGE_POLICY (whether final merge requires a human). A repository's documented policy takes precedence over these defaults.

Read the full file on GitHub · 981 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 981 lines · 145 tokens per session scan A be0218408210

Subscribe to this mod's changes

neneko-cr is a skill published in the GitHub repository XnLemon/Neneko-skill (2 stars, last pushed 17d ago), licensed MIT. It adds 145 tokens to every session and 13,933 once invoked, about $0.0007 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

orbit-github

Open Orbit briefing skill — selected by the Orbit pipeline when GitHub is the user's only connected connector, or when the user explicitly scopes their daily digest to GitHub. Pulls the past 24 hours of PRs, review requests, issues, CI runs, and merges from the user's authenticated GitHub connection and renders them…

nexu-io/open-design · 117 tokens

diff-review

Render the patch-edit run's accumulated changes as a reviewable diff, surface it through a GenUI choice surface, and persist the user's accept / reject decision into the artifact manifest.

nexu-io/open-design · 39 tokens

agentplane-task-closure-recovery

Use when Agentplane task completion, direct finish, branchpr integration, hosted-close, close-tail PRs, PR metadata, dirty task artifacts, or remote branch divergence need diagnosis or recovery.

basilisk-labs/agentplane · 46 tokens

code-quality-review

Checklist and method for reviewing code quality — readability, maintainability, SOLID, DRY, performance, and backward compatibility. Use when asked to review code, a diff, a branch, or a merge request for quality, or before finalizing significant changes. For GitHub PR review use the built-in /review; for…

thixpin/pitway · 79 tokens

changes-report

Report all repository changes that entered a target branch during one required date or period, grouped by product change and written as plain English for a broad audience. Use for daily, weekly, date-range, or relative-period change summaries rather than explaining one known diff.

yarlson/yarstack · 54 tokens

jira-issue-deliver

Autonomously deliver one Jira issue from intake to a ready GitHub pull request. Use only when the user authorizes implementation, commits, pushes, PR state changes, CI remediation, and resolution of requested automated review feedback.

yarlson/yarstack · 51 tokens