CommunitySchreiben & Editierengithub.com

itmada/MadaCode

A Java-based coding agent that supports long-running tasks.

Was ist MadaCode?

MadaCode is a Claude Code agent skill that a Java-based coding agent that supports long-running tasks.

Funktioniert mit~Claude Code~Codex CLI~Cursor
npx skills add itmada/MadaCode

Installed? Explore more Schreiben & Editieren skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

Simplify: Code Review and Cleanup

Review all changed files for reuse, quality, and efficiency. Fix any issues found.

Phase 1: Identify Changes

Run git diff (or git diff HEAD if there are staged changes) to see what changed.

Phase 2: Review

Code Reuse

  • Search for existing utilities that could replace new code.
  • Flag duplicate functionality — suggest the existing function.
  • Flag inline logic that could use an existing utility.

Code Quality

  • Redundant state or cached values that could be derived.
  • Copy-paste with slight variation — unify with a shared abstraction.
  • Unnecessary comments explaining WHAT the code does.
  • Raw strings where constants or enums already exist.

Efficiency

  • Redundant computations, repeated file reads.
  • Independent operations run sequentially when they could be parallel.
  • Unnecessary existence checks before operating (TOCTOU).

Phase 3: Fix

Fix each issue directly. If a finding is a false positive, note it and move on. When done, briefly summarize what was fixed (or confirm the code was already clean).

Preserve behavior. Prefer small mechanical refactors. Avoid unrelated rewrites.

Verwandte Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community