Inline Comment
Best way to steer your agents, effortlessly.
- Review complex code changes with line-by-line precision
- Provide multi-point editing instructions for large refactors
- Markup documentation with Markdown and diagram previews
$9.99
· or 50 creditsSecure checkout via Stripe
Included in download
- Review complex code changes with line-by-line precision
- Provide multi-point editing instructions for large refactors
- terminal, file_write, file_read automation included
- Ready for Requires Node.js 18+
Media gallery
See it in action
You say
I need to review /src/auth.ts to ensure our password handling is secure. Open it so I can leave some inline feedback.
Your agent does
{ "status": "submitted", "file": "/src/auth.ts", "comments": [ { "from": 22, "to": 22, "fromCol": 5, "toCol": 12, "text": "Change this to a secure hash", "code": "md5(pw)" } ] }
Inline Comment
Best way to steer your agents, effortlessly.
$9.99
· or 50 creditsSecure checkout via Stripe
Included in download
- Review complex code changes with line-by-line precision
- Provide multi-point editing instructions for large refactors
- terminal, file_write, file_read automation included
- Ready for Requires Node.js 18+
- Instant install
Media gallery
See it in action
You say
I need to review /src/auth.ts to ensure our password handling is secure. Open it so I can leave some inline feedback.
Your agent does
{ "status": "submitted", "file": "/src/auth.ts", "comments": [ { "from": 22, "to": 22, "fromCol": 5, "toCol": 12, "text": "Change this to a secure hash", "code": "md5(pw)" } ] }
About This Skill
Precise Inline Feedback for AI Collaboration
Save tokens and supercharge your productivity by leaving anchored feedback directly on the text. Instead of copying snippets or citing line numbers in chat, point to the exact spot — the AI receives your instructions mapped precisely to the selection.
How it works
When triggered, the skill launches a lightweight editor with syntax highlighting and folding in your browser. You can select lines or specific code spans to leave comments. Once you hit submit, the AI receives a structured JSON object containing your instructions mapped precisely to the selection.
- Reference Precision: Pinpoint the exact spot you want to instruct on.
- Rich Visualization: Supports syntax highlighting for 80+ languages and renders Markdown, KaTeX math, and Mermaid diagrams.
- Easy Navigation: Folding lets you collapse and navigate long files quickly.
- Mobile-Friendly: Touch-sized hit targets and a responsive layout — review from your phone or tablet.
- Remote-Friendly: Works over SSH port forwarding or HTTP tunnels — review files on a remote machine without leaving your local browser.
- Resilient Sessions: Drafts are auto-saved locally, so you won't lose your review if you accidentally close the tab.
Supported formats
Works with virtually all source code (Python, JS, Rust, Go, etc.), configuration files (YAML, JSON, Dockerfile), and documentation (Markdown, LaTeX).
Use Cases
- Review complex code changes with line-by-line precision
- Provide multi-point editing instructions for large refactors
- Markup documentation with Markdown and diagram previews
- Gather structured feedback on configuration or data files
Known Limitations
- Requires absolute file paths.
- Read-only view; users cannot edit file content directly.
- Port 8100 must be available or manually reassigned.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/inline-comment -o /tmp/inline-comment.zip && unzip -o /tmp/inline-comment.zip -d ~/.claude/skills && rm /tmp/inline-comment.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Terminal - For running the local server to serve the UI for user. Read Files - Read the file user need to review. Write Files - Write to <project-root>/tmp (or user specified) folder for persistence of comments. Network Access - LAN only, for serving the UI for user.
Requires Node.js 18+