comment

Guide comment writing across Rust, Python, Go, and TypeScript using Dedalus conventions.

16|3|Updated May 5, 2026
One-click install
npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill comment-kevin-liu-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comment
Source: https://github.com/Kevin-Liu-01/Agent-Machines/tree/main/knowledge/skills/comment
Command: npx skills add https://github.com/Kevin-Liu-01/Agent-Machines --skill comment-kevin-liu-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write clear, consistent documentation comments, module docs, and inline notes across multiple languages following Dedalus conventions. Loads canonical style guides from the monorepo to ensure uniformity.

Core Features & Use Cases

  • Cross-language commenting guidelines for Rust, Python, Go, and TypeScript.
  • Guidance for module docs, doc comments, and inline comments with explicit formatting rules.
  • Loads canonical style guides from the monorepo and enforces the deletion test for comment usefulness.

Quick Start

Provide a sample annotated file for a Rust module demonstrating Dedalus comment conventions.

Frequently Asked Questions about comment

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

FAQPage Schema
How do I write consistent code comments across Rust, Python, Go, and TypeScript?

Consistent code comments across Rust, Python, Go, and TypeScript require standardized guidelines for module docs, inline notes, and doc comments based on canonical style guides loaded from your monorepo.

What is the deletion test for inline comments?

The deletion test for inline comments is an evaluation rule ensuring a comment provides necessary context rather than restating code behavior, enforcing readability and adherence to canonical style guides.

How do I standardize module documentation in a multi-language monorepo?

Standardize module documentation in a multi-language monorepo by loading canonical style guides that enforce uniform formatting rules for module docs and doc comments across Rust, Python, Go, and TypeScript.

Does Dedalus commenting style work with Go and Rust codebases?

Yes, Dedalus commenting style works with Go and Rust codebases by providing explicit formatting rules for doc comments and module docs, ensuring cross-language consistency by loading canonical style guides from the monorepo.

When should I avoid writing inline comments in TypeScript?

Avoid writing inline comments in TypeScript when they fail the deletion test by restating code behavior rather than providing necessary context, as canonical style guides prioritize doc comments and module docs for maintainability.