code-comment

Generates Korean-language code documentation for changed files in TypeScript, Python, and Java projects.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hb9397/ai-agent-harness-docs --skill code-comment-hb9397
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-comment
Source: https://github.com/hb9397/ai-agent-harness-docs/tree/main/plugins/ai-agent-harness/runtime/claude/skills/code-comment
Command: npx skills add https://github.com/hb9397/ai-agent-harness-docs --skill code-comment-hb9397

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the inconsistency and maintenance burden of manual code documentation by automatically generating and updating Korean comments that adhere to strict project style guides.

Core Features & Use Cases

  • Context-Aware Documentation: Automatically detects language, framework, and specific code blocks to generate relevant, professional comments.
  • Change-Detection Logic: Uses git diff or mtime to identify only modified code, ensuring existing documentation remains untouched and accurate.
  • Use Case: When refactoring a complex TypeScript React component, use this Skill to instantly generate JSDoc-style headers and inline logic explanations that follow your team's specific documentation standards.

Quick Start

Use the code-comment skill to analyze the current directory and apply Korean comments to all recently modified files.

Frequently Asked Questions about code-comment

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

FAQPage Schema
How do I automate Korean code documentation for modified files?

You can automate Korean code documentation by analyzing git diffs or file modification timestamps to generate and update comments strictly adhering to predefined project style guides.

Does the automated documentation generation work with TypeScript, Python, and Java?

Yes, automated documentation generation works with TypeScript, Python, and Java by detecting the specific language, framework, and code blocks to generate relevant comments.

How does change detection work when updating code comments?

Change detection works by using git diff or mtime to identify only modified code, ensuring existing documentation remains untouched and accurate.

Can I generate JSDoc-style headers for refactored React components?

Yes, you can generate JSDoc-style headers and inline logic explanations for refactored React components that follow your team's specific documentation standards.

What is the best way to maintain consistency in Korean code comments?

The best way to maintain consistency in Korean code comments is to automate generation and maintenance while strictly adhering to predefined style guides and protecting existing comments.