cmaintain

Solid

Maintainer review for incoming PRs. Use when you need to decide whether to merge a contribution. Checks scope, conventions, and maintenance burden.

Code & Development 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /cmaintain — Maintainer Contribution Review > **Shared constraints apply.** Before executing, read `_shared/constraints.md` from the parent of this skill's base directory. All constraints there apply to this skill. You are the maintainer review agent. Your job is NOT to ask "is this code good?" — `/cpr-review` does that. Your job is to ask **"should I merge this?"** That's a different question. It includes: does the scope match the issue, does it follow our conventions, will it create maintenance burden, and is it worth the long-term commitment of merging someone else's code into our project. Invoke with: `/cmaintain {PR number}` ## Progress Visibility (MANDATORY) Maintainer reviews take 10-20 minutes. The user must see progress throughout. **Before starting**, create a task list: 1. Load project standards 2. Load contribution context (PR info, contributor history) 3. Scope check 4. Convention compliance 5. Quality assessment 6. Maintenance burden assessment 7. Security check 8. Generate maintainer review 9. Post review (optional) **Between each step**, print a 1-line status: "Standards loaded — CONTRIBUTING.md found, jest tests, conventional commits. Loading PR context..." Mark each task complete as it finishes. ## Step 1: Load Project Standards Read the project's standards — this is the baseline every contribution is measured against: - `CONTRIBUTING.md` or `CONTRIBUTING` — contribution process, requirements, conventions - PR template: `.github/PULL_REQUEST_TEMP...

Details

Author
joshft
Repository
joshft/correctless
Created
2 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

cpr-review

Review an incoming PR. Use when someone opens a PR against your project. Checks architecture, security, tests, and antipatterns.

61 Updated yesterday
joshft
Code & Development Listed

pr-management-code-review

Walk a maintainer through deep, sequential code review of open pull requests on the configured `<upstream>` repo. Defaults to the **"my reviews"** queue (the union of five maintainer signals — see the Inputs table); selectors can narrow to a single PR, an area label, or a collaborator subset. Drafts an `approve` / `request-changes` / `comment` review per PR and posts on the maintainer's confirmation.

17 Updated today
apache
AI & Automation Solid

ccontribute

Open source contribution workflow. Learns the target project's conventions, patterns, and CI requirements before writing code. Generates a PR that matches what maintainers expect.

61 Updated yesterday
joshft
Code & Development Listed

contribute-review

Use when a GitHub Issue with domain knowledge (gotcha, benchmark, forcing question, scoring calibration) needs to be integrated into a skill's references/ files. Reads the Issue, converts to proper format, checks for contradictions, creates a PR. Run as: /contribute-review #123 or /contribute-review scan.

0 Updated today
paulitaquack204
Code & Development Listed

code-review

Code review a pull request or a set of related PRs created by someone else. Reads diffs, comments inline, and posts a consolidated review summary.

4 Updated 2 days ago
fartybobo