بنقرة واحدة
documentation
Automated documentation generation and maintenance
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Automated documentation generation and maintenance
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Full autonomous execution from idea to working code. Handles the full lifecycle - requirements, planning, parallel implementation, QA cycling, and multi-perspective validation.
Web browser automation for testing and data extraction
Automated code cleanup for linting, formatting, and dead code removal
Self-improvement from development sessions
Token-efficient execution modifier. Optimizes droid routing to prefer simpler, cheaper tiers while maintaining quality.
Git expertise for atomic commits, rebasing, and history analysis
| name | documentation |
| description | Automated documentation generation and maintenance |
| user-invocable | true |
Generate and maintain documentation.
/**
* Calculates the total price of all items.
*
* @param items - Array of cart items
* @returns The sum of all item prices
*/
function calculateTotal(items: CartItem[]): number { }
/docs-generate <file> to create documentation.