agentsclimarketplace

Review remediation

Skill BjornMelin/dev-skills/skills/review-remediation

Fix local review (Codex, Zen, notes) w/ verify. Not gh-pr-review-fix or passive PR monitoring.From its SKILL.md

Install
npx -y skills add BjornMelin/dev-skills --skill review-remediation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 333 tokens by cl100k_base, as published. Nobody here has run it

Review Remediation

Use this skill to normalize review inputs, turn them into an actionable checklist, and then fix the valid findings with repo-native verification.

Modes

  • local-review: ingest a local review note file
  • codex-review: ingest local Codex review output
  • zen-review: ingest local Zen review output

Workflow

  1. Read the repo AGENTS.md.
  2. Normalize the review source:
    • Local file -> codex-dev --json review ingest --source <file> --kind codex|zen|manual --out <json>
  3. Render a concise summary:
    • codex-dev --json review render --worklist <json>
  4. Build the remediation order:
    • correctness and safety first
    • review threads grouped by file or subsystem
    • minimal change that fully resolves the finding
  5. Verify with repo-native checks before considering a finding done.
  6. If the workflow becomes passive PR monitoring, switch to codex-dev --json pr readiness plus GitHub status checks.

Use When

  • The user asks to address local review findings end-to-end.
  • Review data exists in files but needs normalization before implementation.

Do Not Use When

  • The user wants unresolved GitHub PR review threads fetched and fixed.
  • The user wants a passive or continuous PR watcher.
  • The task is only a docs drift pass or only a dependency plan.

Outputs

  • normalized review bundle
  • short prioritized remediation summary
  • verified fixes with concise reporting

Resources

  • references/local-review.md
  • references/verification.md

What ships with it: 3 files

1.2 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 326,537. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.