بنقرة واحدة
format
Format TML source files. Use when the user says "format", "formata", or wants to auto-format code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Format TML source files. Use when the user says "format", "formata", or wants to auto-format code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Detect and fix documentation violations across C++ compiler and TML library code. Scans for missing ///, undocumented public items, wrong comment styles, and auto-fixes using parallel agents. Use when the user says "fix docs", "audit docs", "documenta", "corrige docs", or wants to improve documentation coverage.
Deep knowledge of TML compiler internals. Inject before working on compiler C++ code. Maps the full pipeline with key functions, types, and cross-subsystem boundaries.
Deep knowledge of TML standard library structure, module dependencies, key types, and C runtime mapping. Inject before working on library code.
Detect which tests are affected by recent code changes. Use when the user wants to know what tests to run after making changes.
List build artifacts with sizes and ages. Use when the user asks about build outputs, compiled binaries, or disk usage.
Build the TML compiler from C++ sources. Use when the user says "build", "compila", "rebuild", or needs to recompile the compiler after C++ changes.
| name | format |
| description | Format TML source files. Use when the user says "format", "formata", or wants to auto-format code. |
| user-invocable | true |
| argument-hint | <file.tml or directory> [--check] |
Use the mcp__tml__format MCP tool.
Parse $ARGUMENTS:
.tml file or directory path (required, first argument)true if --check is specified (only check, don't modify)Call mcp__tml__format with extracted parameters.
Report which files were formatted or if all files were already formatted.