cqs-read

Read files and inject contextual notes as comments without altering the original.

13|3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/jamie8johnson/cqs --skill cqs-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cqs-read
Source: https://github.com/jamie8johnson/cqs/tree/main/.claude/skills/cqs-read
Command: npx skills add https://github.com/jamie8johnson/cqs --skill cqs-read

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read a file and return its contents with contextual notes injected as comments.

Core Features & Use Cases

  • Inject contextual notes into file reads to aid reviews and debugging.
  • Seamlessly combine original content with guidance and observations for knowledge sharing.

Quick Start

Read a file and return its contents with contextual notes injected as comments.

Frequently Asked Questions about cqs-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read a file with contextual notes injected as comments?

To read a file with contextual notes, you provide a file path to the tool. It returns the file contents with observations injected as comments, combining original content with guidance for reviews or audits without altering the original file.

Can I add prior-session observations to file contents without modifying the original file?

Yes, you can inject prior-session observations into file contents without modifying the original file. The tool outputs the modified content separately, ensuring the source file remains unaltered while adding contextual notes as comments.

What is the best way to share code review observations within the file content itself?

The best way to share code review observations within file content is using a contextual notes injection tool. It combines original code with guidance and observations as comments, aiding debugging and knowledge sharing during audits.

Does the contextual notes tool support both code and text files?

Yes, the contextual notes tool supports both code and text files. It is applicable to any file where prior-session observations should accompany the content, allowing you to read a file and return its contents with notes injected.

What file path argument do I need to read files with contextual notes?

You need to provide a single path argument to read files with contextual notes. The tool implements a read interface that accepts this path argument and outputs the file contents with contextual notes injected as comments.

When should I use a contextual notes injection tool for file reading?

You should use a contextual notes injection tool during reviews or audits when prior-session observations need to accompany file content. It is useful for debugging and knowledge sharing by seamlessly combining original content with injected comments.