turkish-description-method

Add Turkish purpose comments above method signatures in C#, Java, JavaScript, TypeScript, and Python.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/seydakaratekeli/KamPay3 --skill turkish-description-method
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turkish-description-method
Source: https://github.com/seydakaratekeli/KamPay3/tree/main/KamPay/.github/skills/turkish-description-method
Command: npx skills add https://github.com/seydakaratekeli/KamPay3 --skill turkish-description-method

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures generated or modified methods are consistently documented with short, clear Turkish comments so readers and maintainers immediately understand each method's purpose.

Core Features & Use Cases

  • Consistent Documentation: Enforces a single-sentence 1–2 line Turkish comment above every new or changed method.
  • Language-Aware Styling: Prescribes comment syntax per language (// or /// for C#/Java/JS/TS, # for Python) to maintain idiomatic source formatting.
  • Use Case: Useful during AI-assisted code generation, code reviews, and onboarding to guarantee methods include succinct Turkish intent descriptions.

Quick Start

When adding or modifying a method, place a one- to two-sentence Turkish comment directly above the method signature that states what the method does.

Frequently Asked Questions about turkish-description-method

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

FAQPage Schema
How do I add Turkish comments to methods in C#, Java, JavaScript, TypeScript, and Python?

To add Turkish comments to methods, place a concise one- to two-sentence comment directly above the method signature describing its purpose. The comment uses language-specific syntax like // for C# or # for Python.

Can I use AI-assisted code generation to automatically document method purposes in Turkish?

Yes, AI-assisted code generation can automatically document method purposes in Turkish by enforcing a rule to generate a short comment immediately above every newly created or modified method signature.

Does this method commenting approach work across multiple programming languages?

This method commenting approach works across C#, Java, JavaScript, TypeScript, and Python by applying language-specific comment styles such as // or /// for C-family languages and # for Python.

What is the best way to enforce consistent Turkish method comments during code reviews?

The best way to enforce consistent Turkish method comments is to require a single-sentence description above every new or changed method signature, ensuring maintainers immediately understand the method's intent.

How long should Turkish method comments be when refactoring source code?

Turkish method comments should be concise, typically one to two sentences long. They must state only the method's purpose and be positioned immediately above the method signature during refactoring.

Why should I not write detailed implementation details in Turkish method comments?

You should not write detailed implementation details in Turkish method comments because the rule requires describing only the method's purpose. This ensures the comment remains a succinct one to two sentence summary.