pje-login-debug

Debug PJE login flows, CAPTCHA solving, and SSO authentication issues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SinesysTech/diegobarbosa-os --skill pje-login-debug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pje-login-debug
Source: https://github.com/SinesysTech/diegobarbosa-os/tree/main/.claude/skills/pje-login-debug
Command: npx skills add https://github.com/SinesysTech/diegobarbosa-os --skill pje-login-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer-extra, puppeteer-extra-plugin-stealth, tesseract.js, sharp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps diagnose and resolve complex login and CAPTCHA issues encountered when accessing PJE (Processo Judicial Eletrônico) systems across various Brazilian tribunals.

Core Features & Use Cases

  • Login Flow Analysis: Step-by-step debugging of authentication processes.
  • CAPTCHA Solving: Tools and techniques for overcoming CAPTCHA challenges.
  • Tribunal-Specific Workarounds: Addresses unique login quirks for tribunals like TJMG and TJES.
  • Session Management: Debugging and ensuring active user sessions.
  • Use Case: If your automated script fails to log into the TJMG PJE system due to a "Bad Request" error after entering credentials, this Skill provides the specific steps to reload the page and resolve the issue.

Quick Start

Use the pje-login-debug skill to debug a login failure by running the provided diagnostic script with your credentials.

Frequently Asked Questions about pje-login-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a PJE login failure with a Bad Request error after entering credentials?▼

To debug a PJE login failure with a Bad Request error, you can use specialized diagnostic scripts to analyze the authentication flow and apply specific workarounds like reloading the page to resolve tribunal-specific issues.

How does CAPTCHA solving work for automated Brazilian tribunal PJE systems?▼

CAPTCHA solving for PJE systems works by using OCR implementations, specifically utilizing tesseract.js to process and recognize CAPTCHA challenges during automated login flows.

Why does my SSO authentication navigation timeout when logging into PJE?▼

SSO authentication navigation timeout during PJE login occurs due to network delays or token issues; this Skill provides network monitoring for authentication tokens and session management to diagnose the failure.

Can I use puppeteer-extra-plugin-stealth to bypass tribunal-specific login quirks in TJMG?▼

Yes, you can use puppeteer-extra-plugin-stealth alongside diagnostic scripts to bypass detection and address unique login quirks for Brazilian tribunals like TJMG and TJES.

What is the best way to manage active user sessions across different PJE tribunals?▼

The best way to manage active user sessions across PJE tribunals is by using specialized debugging tools that monitor authentication tokens and ensure session persistence during navigation.

Do I need sharp to resolve CAPTCHA challenges in PJE login flows?▼

Yes, you need sharp for image processing to prepare CAPTCHA images before using tesseract.js for OCR text extraction in PJE login authentication flows.