PIX Validation Expert
CommunityEnsure PIX payments flow smoothly, error-free.
AuthorLucasdoreac
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill prevents payment failures and user confusion by enforcing a critical business rule: the user's login email must match their PIX key email for payment processing. It identifies missing backend validation and provides solutions.
Core Features & Use Cases
- Email Matching Enforcement: Ensures the PIX key email is identical to the user's login email for
emailtype PIX keys. - Missing Validation Detection: Highlights where current backend middleware (
CheckPixKey.php) lacks this crucial email matching logic. - Use Case: When a user attempts to redeem points or make a donation, this skill ensures their PIX email is correctly configured, preventing "Payment failed - email mismatch" errors and reducing support tickets.
Quick Start
Example: Proposed backend validation logic (PHP)
if ($user->pix_key_type === 'email' && $user->pix_key !== $user->email) { return response()->json([ 'success' => false, 'message' => 'A chave PIX email deve ser igual ao email de login da conta.', ], 422); }
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: PIX Validation Expert Download link: https://github.com/Lucasdoreac/mutuapix-workspace/archive/main.zip#pix-validation-expert Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.