Quality
Code review, testing, and verification skills.
π§
2w ago
Review Design
Review Design compares a design document against the codebase to check whether the plan matches existing implementation details. Use it when validating design assumptions before building or changing code.
Quality
18716
π
2026/08/12
Subagent-Driven Development
Subagent-Driven Development executes implementation plans one task at a time with a spec review and a code-quality review after each task. Use it for planned work where tasks are mostly independent and need test-driven implementation.
Quality
1879
β
2w ago
Validate Feature
Validate Feature checks a feature implementation for build success, tests, compliance, and overall quality. Use it before merging or releasing changes that need verification.
Quality
18716
π
2w ago
ADVPL Code Review
ADVPL Code Review inspects existing ADVPL/TLPP code for best practices, performance, security, and modernization issues. Use it before merge or deploy, or when checking TLPP migration readiness and TOTVS SonarQube rule alignment.
Quality
18637
π
2w ago
ADVPL Debugging
ADVPL Debugging helps diagnose and fix ADVPL/TLPP errors in TOTVS Protheus, including compilation failures, runtime exceptions, locks, slow routines, and AppServer log analysis. Use it when you have an error message, stack trace, or failing routine to investigate.
Quality
18637
π οΈ
2w ago
ADVPL Refactoring
ADVPL Refactoring helps restructure existing ADVPL/TLPP code without changing behavior. Use it to extract long functions, simplify nested conditionals, remove dead code, improve naming, and reduce duplication or parameter bloat.
Quality
18637
π§ͺ
2w ago
ADVPR Test Automation
ADVPR Test Automation helps write, run, and troubleshoot automated regression tests for TOTVS Protheus routines with ADVPR. It covers FWTestHelper, TestSuite setup, headless execution, routine preparation, and common patterns like MVC, ExecAuto, reports, webservices, SmartLink, and Smart View.
Quality
18637
π§ͺ
2w ago
ProBat Testing
ProBat Testing covers writing and running TLPP unit, functional, and integration tests with tlppCoreβs native ProBat engine. Use it for fixtures, annotations, assertions, setup/teardown, and TDD or CI test workflows.
Quality
18637
π
2w ago
Protheus Locks And Deadlocks
Protheus Locks And Deadlocks explains RecLock, MsUnlock, SoftLock, LockByName, and transaction scoping in Protheus. Use it to diagnose record locks, deadlocks, and lock leaks, or to apply safer lock ordering and BEGIN SEQUENCE/RECOVER patterns.
Quality
18637
ποΈ
2w ago
Architecture
Architecture enforces architectural rules when generating or reviewing code, and checks proposed designs against loaded architecture standards. It validates layer responsibilities, dependency direction, and structural constraints for clean, hexagonal, modular monolith, or custom architectures.
Quality
18513
πͺ²
2w ago
Bug Fix
Bug Fix investigates, reproduces, and safely repairs a bug with regression protection. It is used when fixing failures, regressions, or broken behavior in a codebase.
Quality
18513
π§Ό
2w ago
Clean Code
Clean Code applies clean code principles when generating or modifying implementation code. It helps with function focus, naming clarity, complexity management, error handling, and self-documenting style.
Quality
18513