بنقرة واحدة
correction-avoid-do-the-loo
Learned from user correction: Correction: Avoid: 'do the loop manually'
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Learned from user correction: Correction: Avoid: 'do the loop manually'
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | correction-avoid-do-the-loo |
| description | Learned from user correction: Correction: Avoid: 'do the loop manually' |
| author | Claude Code (extracted by Claudeception v4.0) |
| version | 1.0.0 |
| date | "2026-01-29T00:00:00.000Z" |
| tags | ["correction","learned","command"] |
| level | user |
| breakthrough_score | 3.21 |
dont do the loop manually. use the ralph loop skill. do option B. Iterate on each file before moving to the next, orchestrate subagents an just coordinate
When making similar mistakes to: command
Correction: Avoid: 'do the loop manually'
Detect AI writing patterns in text. Use when: (1) need to check if text sounds AI-generated, (2) reviewing content before publication, (3) analyzing writing for Wikipedia-style AI markers, (4) generating report-only analysis without changes.
Use when: (1) User asks to "review for AI writing" or "check for LLM signs" (2) User wants to "detect AI-generated text" or "humanize this document" (3) User wants to identify and fix signs of AI/LLM-generated writing (4) User mentions Wikipedia AI writing guidelines
Fix AI writing patterns in text. Use when: (1) ai-writing-analyzer found issues to fix, (2) need to humanize AI-generated content, (3) preparing content for publication, (4) iteratively refining text until clean.
Humanize a document by removing AI-writing patterns via a multi-agent workflow (analyze → revise → adversarial review → loop-until-clean). Use when the user asks to "humanize", "de-AI", "remove AI tells", or "review for AI writing" on a file.
Fix for Claude Code slash command frontmatter that fails to parse when `argument-hint:` is given square-bracketed placeholder values. Use when: (1) authoring `commands/<name>.md` files in a CC plugin and the frontmatter shows `argument-hint: [working-dir] [team-name]` or similar multi-token bracketed values; (2) a frontmatter-validation test (e.g. `yaml.safe_load(block)` over the SKILL/command frontmatter) raises `ScannerError` or `ConstructorError` complaining about flow sequences or "expected a mapping"; (3) the slash command silently doesn't appear in `/help` after install, or a plugin-marketplace test asserting the `description` field is present trips because the whole frontmatter parse blew up. The fix is to QUOTE the value as a single string. Covers the same trap for `commands/<name>.md` directly authored in CC format AND APM-managed marketplaces shipping commands via APM.
Organize GitHub repository issues with proper milestones, native relationships, and clean labeling structure. Use when grooming issues, setting up milestones, establishing dependencies, or cleaning up issue tracking in a GitHub repository.