ワンクリックで
skills
skills には YoussefMahmod から収集した 2 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Intelligent multi-commit workflow — Analyze all pending changes (staged, unstaged, untracked), group related edits into logical units, and create multiple focused commits. Use when the user asks to: (1) commit their changes, (2) create commits from their work, (3) split changes into multiple commits, (4) organize or clean up their git history, or when there are many modified files that should not be a single commit.
Technical Debt Scanner — Scan any codebase for TODOs, FIXMEs, duplicated logic, unused exports, oversized files, circular dependencies, and code smells. Generates a prioritized debt report with estimated effort. Use when the user asks to: (1) audit technical debt, (2) find TODOs or FIXMEs, (3) detect code duplication, (4) find unused exports or dead code, (5) check for circular dependencies, (6) assess code quality or code smells, (7) generate a debt report, or any request about codebase health or maintainability.