tag

deslop

4 indexed skills · max 10 per page

skills (4)

deslop

cursor/plugins · Productivity

2

Remove AI code slop \n Check the diff against main and remove AI-generated slop introduced in the branch. \n Focus Areas \n \n Extra comments that are unnecessary or inconsistent with local style \n Defensive checks or try/catch blocks that are abnormal for trusted code paths \n Casts to any used only to bypass type issues \n Deeply nested code that should be simplified with early returns \n Other patterns inconsistent with the file and surrounding codebase \n \n Guardrails \n \n Keep behavior u

deslop

davila7/claude-code-templates · Productivity

0

Remove AI Code Slop \n Check the diff against main and remove all AI-generated slop introduced in this branch. \n What to Remove \n \n Extra comments that a human wouldn't add or are inconsistent with the rest of the file \n Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted/validated codepaths) \n Casts to any to get around type issues \n Inline imports in Python (move to top of file with other imports) \n Any other style

deslop

brianlovin/claude-config · Productivity

0

Clean up AI-generated code bloat by removing unnecessary comments, defensive checks, and style inconsistencies from your branch. \n \n Analyzes diffs against main to identify and remove extra comments, defensive try/catch blocks, and type-safety workarounds that deviate from codebase patterns \n Focuses on changes introduced by AI, preserving intentional human code and existing file conventions \n Provides a concise summary of modifications made, keeping feedback to 1–3 sentences \n

deslop

brianlovin/agent-config · Productivity

0

Remove AI code slop \n Check the diff against main, and remove all AI generated slop introduced in this branch. \n This includes: \n \n Extra comments that a human wouldn't add or is inconsistent with the rest of the file \n Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) \n Casts to any to get around type issues \n Any other style that is inconsistent with the file \n \n Report at the end with onl