mit einem Klick
ResQ
ResQ enthält 2 gesammelte Skills von IgnacioGrudine, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Levanta, verifica o reinicia el túnel ngrok para exponer el stack Docker de ResQ a internet (necesario para el callback OAuth de Mercado Pago). Úsalo cuando el usuario pida levantar ngrok, cuando el callback de MP falle por error de conexión, o cuando el túnel esté apuntando al puerto incorrecto.
Smart atomic git commits. Verifies that affected projects (backend and/or frontend) build cleanly BEFORE proposing any commit. Then analyzes all staged/unstaged changes, groups them by logical unit (controller, service, model, config, etc.), proposes individual conventional-commit messages in English, and asks for confirmation before committing each group. Never bundles unrelated changes into a single commit. Never commits broken code. Use this every time you want to commit changes to the ResQ repository.