Loading...
Loading...
Found 66 Skills
Use this skill when categorizing code review findings into severity levels. Apply when determining which emoji and label to use for PR comments, deciding if an issue should be flagged at all, or classifying findings as CRITICAL, IMPORTANT, DEBT, SUGGESTED, or QUESTION.
Deep retrospective audit of everything merged to main over a window - code quality against the stand-* skills, introduced bugs, unsafe changes, merges over red signals, hollow thread resolutions, and untracked deferrals - with a tabbed HTML report as the deliverable. Use when asked to audit merges, review what landed on main, or verify automated/agent-authored merges were up to standard.
Comprehensive multi-perspective review using specialized judges with debate and consensus building
Run an ApexGuru performance scan on a Salesforce Apex project via the ApexGuru SFAP Scan API. Zips the project's Apex (any layout), submits it, polls to completion, decodes the base64 report, and presents performance antipattern violations (SOQL in loop, DML in loop, Schema.getGlobalDescribe(), SOQL without WHERE/LIMIT, unused SOQL fields) grouped by rule with severity, file:line, and suggested fixes — clearly attributed as 'Static only' or 'Production insights'. TRIGGER when the user says 'run ApexGuru', 'ApexGuru scan', 'check Apex performance', 'find governor-limit / performance antipatterns', 'SOQL in loop', 'scan my Apex for performance', or 'ApexGuru performance insights'. DO NOT TRIGGER for general static analysis or security scans (use dx-code-analyzer-run), for fixing code without scanning, or for onboarding an org to ApexGuru.
Unified entry for WeChat Pay-related issues, handling consultations related to WeChat Pay access, products, development, operations, and brand management. It provides product selection, official sample code, access quality assessment, Q&A and troubleshooting. Use when user mentions "WeChat Pay", "WeChat Collection", "JSAPI", "APP Payment", "H5 Payment", "Native Payment", "Scan Payment", "Payment Code", "Mini Program Payment", "Combined Order Payment", "Medical Insurance Payment", "WeChat Pay Score", "Profit Sharing", "Transfer", "Authorized Withholding", "Recurring Deduction", "Voucher", "Merchant Voucher", "Special Merchant Onboarding", "Service Provider", "sub_mchid", "APIv2", "APIv3", "Callback", "Signature", "Certificate", "Error Code", "OpenID", "Brand Management", "Brand Management Platform", "Brand Store", "Merchant Business Card", "Business Card Member", "Product Voucher", "Shake for Discounts", "Shake Discount", "Brand Onboarding", or asks to "recommend payment methods/product selection", "request interfaces or sample code", "conduct access code quality review/pre-launch check", "explain field meanings or interface rules", "troubleshoot errors/check orders/payment issues".
Detects entropy signals in a codebase: stale TODOs, disabled tests, lint suppressions, commented-out code, dead imports, empty catch blocks, and deprecated API usage. Designed for daily runs to catch quality erosion early. Do NOT use for feature work, refactoring planning, or security audits.