dt:code-note

Generate Chinese comments for source code based on detected language and structure.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/adzcsx2/dev-tools-skills --skill dt-code-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dt:code-note
Source: https://github.com/adzcsx2/dev-tools-skills/tree/main/skills/code-note
Command: npx skills add https://github.com/adzcsx2/dev-tools-skills --skill dt-code-note

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding Chinese comments to source code, significantly improving code readability and collaboration within a team.

Core Features & Use Cases

  • Automated Code Comments: Automatically add Chinese comments to source code based on detected language and code structure.
  • Language Detection: Automatically identifies the programming language (Kotlin/Java/Dart/others) and applies the appropriate comment style.
  • Use Case: When working on a large codebase, this Skill can help you quickly add comments to improve the documentation and understanding of the code.

Quick Start

Use the /dt:code-note command followed by the filename to add comments to your source code.

Frequently Asked Questions about dt:code-note

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

FAQPage Schema
How do I automatically add Chinese comments to source code?

To automatically add Chinese comments to source code, use a tool that detects the programming language and generates comments based on code structure. This Skill automates that process to enhance code readability and maintainability.

Does automated language detection work for Kotlin, Java, and Dart code comments?

Automated language detection works for Kotlin, Java, and Dart code comments by identifying the programming language and applying the appropriate comment style. This ensures the generated Chinese documentation matches the syntax of the specific source code.

How do I generate Chinese documentation for a large codebase quickly?

To generate Chinese documentation for a large codebase quickly, run an automated commenting command on your source files. This process analyzes code structure and inserts Chinese comments to improve overall project understanding and collaboration.

What is the best way to improve code readability for Chinese-speaking teams?

The best way to improve code readability for Chinese-speaking teams is to automate the generation of Chinese code comments. This ensures consistent documentation across the source code, making it easier for developers to understand and maintain the project.

Do I need to manually specify the programming language to add code comments?

You do not need to manually specify the programming language to add code comments. The tool automatically detects the language of the source code and applies the correct commenting mechanisms without requiring manual configuration.