Acerca de
The Outfitter Stack Reviewer skill automates the process of auditing TypeScript codebases for adherence to specific architectural standards. It performs a comprehensive 6-step audit process to identify critical anti-patterns such as thrown exceptions, console logging, and insecure path handling. By verifying handler signatures, error taxonomy, and context propagation, this skill ensures that developers are using Result types instead of try/catch blocks and structured logging instead of string concatenation. It is particularly useful for pre-commit reviews, validating migrations, or maintaining high code quality in large-scale Outfitter-based projects.