Use when diagnosing or preventing Apex CPU time and heap size problems, including nested-loop refactors, JSON memory pressure, string work, and `Limits.getCpuTime()` checkpoints.
Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity, AppShortcutsProvider, or…
Apply and validate the 7 Key Principles to code - TDD, Fail Fast, Modular, Reuse, Open Source, No Debt, Excellence. Checks code compliance and suggests improvements.
Evaluates object-oriented designs to choose composition, inheritance, or algebraic data types. Produces decision rationales, refactoring plans, and review guardrails that reduce…
مراجعة كود عربي — راجع الكود مع فحص التعامل مع النصوص العربية وRTL والتعليقات العربية
Architecture-aware review against canonical structured YAML artifacts. Read-only workflow; no legacy prose docs.
Apple Cocoa MVC for iOS (UIKit). Use when implementing or refactoring against the default Apple sample-code pattern. Reject for production apps that will scale past 20 screens.
Refactor Code: Use when user wants to "refactor", or "change" the code base.
Use when user input lacks a concrete object, action, or constraint and the agent should clarify tacit intent before implementation, refactoring, or verification.
Assemble deterministic communication runtimes from reusable audience, template, and activity capabilities.
Pre-change blast-radius report for a symbol or file. Walks tree-sitting references, augments with a plain-text scan over non-parsed files (configs, plain docs), and clusters…
Assess a plugin and create refactoring task files for parallel agent execution
Code generation from AST back to source text. esotope-style compact code output, format-preserving reprint, and round-trip AST → source pipelines for codemods and refactoring…
Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix.
Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific…
Use Go AST-aware analysis to enumerate symbols, extract signatures, and propose mechanically safe refactors (read-only by default).
ast-grep를 활용한 구조적 코드 검색 및 리팩토링. 텍스트 매칭이 아닌 AST(추상 구문 트리) 기반으로 코드 패턴을 정밀하게 검색하고 치환합니다. Use when performing structural code transformations or finding patterns across the c — from…
ast-grep를 활용한 구조적 코드 검색 및 리팩토링. 텍스트 매칭이 아닌 AST(추상 구문 트리) 기반으로 코드 패턴을 정밀하게 검색하고 치환합니다. Use when performing structural code transformations or finding patterns across the c — from…
Executes safe, automated code transformations using Abstract Syntax Tree (AST) manipulation.
Inject Call-to-Action blocks into Astro site content with intelligent placement strategies. Use when the user wants to add CTAs, newsletter signups, product promotions, or any…
Transmutación alquímica de código en cuatro etapas — nigredo (descomposición), albedo (purificación), citrinitas (iluminación), rubedo (síntesis) — con puntos de control de…
Standard 5-phase workflow for most development tasks - bugs, small features, refactors (30-60 min)
Review code for quality, security, and maintainability following best practices. Use when reviewing pull requests, examining code changes, auditing code quality, or when the user…
El ADN de Aura: las filosofías centrales de Producto/UX e Ingeniería que rigen todo Fluxo AI. Cárgalo y aplícalo de forma persistente antes de diseñar flujos, escribir o…
Automate detection and removal of duplicate files/functions in TypeScript, JavaScript, and Python projects.
Variable and function naming discipline: domain vocabulary over generic words, verb semantics, scope-proportional length, and the specific naming anti-patterns Claude defaults to.
Testability discipline for application code. Identifies when logic should be extracted into pure helpers, when routes/pages/components are carrying too much domain work, and when…
Use whenever Thien asks Codex to improve, update, refactor, clarify, or redesign an automation. Runs a Claude/Cursor/Claude/Cursor critique loop before Codex saves and syncs the…
Expert automation workflow refactoring tool for Power Automate, n8n, Make, Zapier and other platforms.
Reviews axum web framework code for routing patterns, extractor usage, middleware, state management, and error handling.
When the user needs to perform the same operation across multiple files, components, or entities. Use when the user says "do this to all," "batch," "bulk update," "across all…
Cascade the same edit pattern across N files safely. Use when applying the same refactor to multiple files (e.g.
Design and refactor beam tracking ML/RL pipelines (CSI teacher vs RSRP student), enforce shape contracts, and produce inference-safe models.
Use when considering, evaluating, or performing a refactor, restructure, cross-file rename, or cleanup
Implement testable production behavior through a red-green-refactor cycle. Use for bug fixes, features, and behavior-changing refactors, whether or not they belong to a formal…
Provides language-specific best practices, code quality standards, and framework detection for refactoring workflows
Analyze the impact of code changes by mapping call graphs and identifying all direct and indirect dependencies.
Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories.
為單一 BMAD story 依序跑三階段(bmad-create-story → bmad-dev-story → bmad-code-review),每階段委派給一個全新 context 的 subagent 執行,主線只做協調、階段之間停下等使用者確認。code-review 會審查+收官(回填發現、依結果切狀態),但不自動修 code;被審出的…
Refactoring (Martin Fowler) — Full rules — comprehensive mandatory coding standards. Use when asked to apply Refactoring principles or review code against Refactoring standards.
Refactoring (Martin Fowler) — Condensed rules — key principles distilled. Use when asked to apply Refactoring principles or review code against Refactoring standards.
Refactoring (Martin Fowler) — Minimal rules — essential one-liners only. Use when asked to apply Refactoring principles or review code against Refactoring standards.
Refactoring Guru (Refactoring.Guru) — Full rules — comprehensive mandatory coding standards. Use when asked to apply Refactoring Guru principles or review code against Refactoring…
Refactoring Guru (Refactoring.Guru) — Condensed rules — key principles distilled. Use when asked to apply Refactoring Guru principles or review code against Refactoring Guru…
Refactoring Guru (Refactoring.Guru) — Minimal rules — essential one-liners only. Use when asked to apply Refactoring Guru principles or review code against Refactoring Guru…
TDD template for bookie subagent tasks. Covers pure-validator TDD, fixture patterns, table-driven cases, and the red-green-refactor loop specific to ledger write validation.
Use this for safe code modernization, structural cleanup, legacy refactors, and revamps that should still respect the current codebase structure and avoid unnecessary churn.
Skeptical expert code review that maps changes to repo structure and infrastructure, applies strict engineering standards, and prefers minimal fixes.
Invoked automatically when creating git branches to suggest proper names. Covers prefixes: feature/, bugfix/, hotfix/, release/, docs/, test/, chore/, refactor/.
Apply the same change across multiple repos simultaneously using parallel agent teams. Creates worktrees, applies changes, runs tests, commits, and creates PRs.
Reviews BubbleTea TUI code for proper Elm architecture, model/update/view patterns, and Lipgloss styling. Use when reviewing terminal UI code using charmbracelet/bubbletea.
Discover edge cases and test coverage gaps through systematic analysis. Use when analysing test coverage, finding bugs, hunting for edge cases, or when code-reviewer identifies…
Author, validate, test, and troubleshoot Copilot Studio agents through YAML-driven commands instead of clicking through the product UI.
Build or refactor an AppKit app feature on top of SwiftASB using explicit application, window, document, thread, and turn ownership with main-actor UI updates and clear runtime…
Engineering excellence for builders. Use when: writing code, making technical decisions, refactoring, reviewing, completing implementation work.
빌드 오류 자동 수정 워크플로우. 컴파일 에러, 타입 에러, 누락된 import, 빌드 설정 문제를 진단하고 수정합니다. Use when build fails and quick targeted fixes are needed without broader refactoring.
Fix broken builds, type errors, or test failures with the smallest safe diff — no opportunistic refactors, no cleanup, no unrelated changes.
Build or refactor a Swift package API on top of SwiftASB without leaking raw app-server wire models, while keeping live Codex probes opt-in, isolated, timeout-bounded, and…
Drive a planned change to 100% coverage across an entire codebase when a prior agent run stopped early.
Review C99 code for compliance with HBF's strict coding standards including compiler warnings, Linux kernel style, and licensing constraints.