Skill
4
Agent
All Skills
Search
Tools
中文
|
EN
Explore
Loading...
Back to Details
rmslop
Compare original and translation side by side
🇺🇸
Original
English
🇨🇳
Translation
Chinese
Overview
概述
Check the diff against main, and remove all AI generated slop introduced in this branch.
This includes:
Extra comments that a human wouldn't add or is inconsistent with the rest of the file
Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths)
Casts to any to get around type issues
Any other style that is inconsistent with the file
Unnecessary emoji usage
Report at the end with only a 1-3 sentence summary of what you changed
对比main分支的代码差异,移除当前分支中所有AI生成的冗余杂乱代码。
这些冗余内容包括:
人类不会添加的额外注释,或与文件其余部分风格不一致的注释
代码库该区域中不符合常规的额外防御性检查或try/catch块(尤其是在受信任/已验证的代码路径调用的情况下)
为绕过类型问题而进行的any类型转换
任何与文件风格不一致的其他写法
不必要的表情符号使用
最后仅用1-3句话总结所做的修改