Skip to content
Skillv1.0.0

no-comments

Review comments on a diff, delete narration and workaround sermons, fix accepted findings, and offer encodings for claimed constraints. Use before review or when asked to strip comments.

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/no-comments/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill no-comments. Copyright stays with the author (MIT).

No comments

Spawn a read-only comment reviewer. Act on accepted findings.

Authoring agents defend comments. Defer to a fresh reviewer that did not write the code.

Companion to comment-mode (granular feedback on prose drafts) and deslop (broader AI-artifact strip). This skill is the pre-review comment pass.

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Contract

Inputs:

  • The caller's files or diff. Otherwise the current diff against trunk, including the working tree.

Outputs:

  • Deletion count, restored comments, reruns, fixes, encoding offers, and open work

Creates/Modifies:

  • Deletes accepted comments and applies the smallest in-scope root-cause fixes

External Side Effects:

  • None beyond local edits

Confirmation Required:

  • Before encoding a constraint comment into a type, test, or lint
  • Unattended runs require caller pre-approval for encodings

Delegates To:

  • how or why when an IMPORTANT or do not remove comment is thin
  • architect once, sketch only, when a fix needs a new shape

Steps

  1. Spawn a read-only review subagent on the fast cheap tier. Pass the scope and references/comment-review.md. Do not restate the rules.
  2. Inspect the report. Reject application-code edits, scope escapes, exception-protected deletions, and flags that treat kept intentional code as guilty. A keep survives only with proof it is about something we cannot change. If a kill is ambiguous, do not restore. If a keep is refuted or still ambiguous, delete it. Revert and rerun one rejected report with the failure named. Reject a second and fail this skill.
  3. Fix trivial accepted flags directly. If any fix needs a shape, run architect once for the accepted set and stop at the sketch.
  4. Implement the smallest root-cause fix in scope. Remove every named workaround. If the root cause is out of scope, land the smallest in-scope fix and report the rest open.
  5. Constraint comments (do not remove, talk to X before changing) stay when they are about things we cannot change. Offer the cheapest in-scope type, runtime, test, or CI lint. Wait for approval. If approved, encode then delete. Otherwise delete, report the constraint open, and sketch out-of-scope work.
  6. Report the deletion count, restored comments, reruns, architect sketch, fixes, encoding offers, encodings, and open work.

No Comments procedure

Read no-comments procedure when running this workflow. Apply the authorized scope and mode of this entry point to every step. Resolve other skills through this distribution’s active catalog; resolve resources relative to the installed skill directory.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-no-comments/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-no-comments.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-no-comments",
  "kind": "skill",
  "name": "no-comments",
  "description": "Review comments on a diff, delete narration and workaround sermons, fix accepted findings, and offer encodings for claimed constraints. Use before review or when asked to strip comments.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "comments",
      "review",
      "cleanup",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Review comments on a diff, delete narration and workaround sermons, fix accepted findings, and offer encodings for claimed constraints. Use before review or when asked to strip comments."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/no-comments/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/no-comments/SKILL.md",
      "key": "shipshitdev/skills/skills/no-comments/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# No comments\n\nSpawn a read-only comment reviewer. Act on accepted findings.\n\nAuthoring agents defend comments. Defer to a fresh reviewer that did\nnot write the code.\n\nCompanion to `comment-mode` (granular feedback on prose drafts) and\n`deslop` (broader AI-artifact strip). This skill is the pre-review\ncomment pass.\n\n## Authorized Scope\n\nApply this engine only within the user's requested task and existing explicit\nauthorization. Loading or delegating to it grants no additional authority.\nPreserve report-only restrictions and the caller's target, host, provider, and\ncost limits. Existing approva",
  "cost": {
    "context_tokens": 776
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-no-comments/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.