Resolve banner
obsfx obsfx

Resolve

Code Quality community

Description

--- description: "Remove all @feedback and @agent-response annotation comments, leaving clean code" argument-hint: "[path or glob]" allowed-tools: ["Read", "Edit", "Grep", "Glob"] --- # Resolve Feedback Annotations Remove all `@feedback` and `@agent-response` comment lines from source files. ## Process 1. Grep for `@feedback` and `@agent-response` in source files. Exclude: node_modules, .git, dist, build, __pycache__, .trekker, .claude. If a path argument is given, scope to that path. 2. Gr

Installation

Installs to ~/.claude/skills/obsfx-cc-feedback-resolve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/obsfx-cc-feedback-resolve && curl -fsSL https://raw.githubusercontent.com/obsfx/cc-feedback/HEAD/commands/resolve.md -o ~/.claude/skills/obsfx-cc-feedback-resolve/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository