samuel-venturin
- 26 skills
- 0 followers
- 5 hours ago last updated
- ▌ Tasks · samuel-venturinManage the task queue — list, next, inspect, set dependencies, and transition status.
- ▌ Execute · samuel-venturinExecute a planned task end-to-end, using specific sub-skills for each step of the workflow. This is the main execution command that orchestrates the entire process from identifying the task to final approval.
- ▌ Refactor · samuel-venturin bundleSingle-entry refactoring automation with Python tools for code analysis, spec generation, and guided refactoring with user approval.
- ▌ Interpret · samuel-venturinInterpret a Jira spec and produce planning artifacts — PRD, PROMPT, QUALITY. Triggered automatically when XML is pasted.
- ▌ Pr Maestro · samuel-venturin bundleSingle-entry PR automation skill using Python tools for tag, PR creation, and template application with deterministic behavior.
- ▌ Ideas Notes · samuel-venturin bundleConsult and update persistent idea notes for automation/testing workflows.
- ▌ Local Stack · samuel-venturin bundleGerencia a stack local de desenvolvimento. Invocado com /local-stack [comando] [servico]. Comandos: status, start, stop, restart, reset, logs. Servicos: infra, domain, tasks, bff, frontend.
- ▌ Execute Setup · samuel-venturinCreate or locate worktree for task execution. Step 4 of execute workflow.
- ▌ Commit Changes · samuel-venturinCommit changes using atomic commits following ScanSource Brazil commit convention. Runs required checks, stages selectively, and creates well-formed commits. Never pushes automatically.
- ▌ Playwright CLI · samuel-venturin bundleAutomates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
- ▌ Execute Approve · samuel-venturinPresent execution summary and await user approval. Steps 7-9 of execute workflow.
- ▌ Execute Tdd Red · samuel-venturinTDD-RED phase — Write all unit and E2E tests FIRST (in failing state) based on QUALITY.md acceptance criteria. Tests document the expected behavior before implementation begins.
- ▌ Release Maestro · samuel-venturin bundleSingle-entry release automation using Python tools for tag recommendation, tag creation, release notes generation and create/update release.
- ▌ Execute Validate · samuel-venturinValidate task dependencies, artifacts, and status. Steps 0-3 of execute workflow.
- ▌ QA Test Tutorial · samuel-venturinWrites a manual QA test tutorial for an already-implemented ticket/feature and, by default, immediately executes it end-to-end with playwright-cli against the real dev environment, capturing screenshot evidence to attach to the Jira US.
- ▌ Testid Extractor · samuel-venturin bundleExtract data-testid from pages using testid-v2 plugin. Self-contained skill that handles authentication internally using e2e/auth module. Captures dynamically generated hashes and creates docs/testid-map.md for reference in E2E tests and pattern validation.
- ▌ Execute Transition · samuel-venturinTransition task status to doing. This phase only changes state before implementation loop.
- ▌ Execute Code Review · samuel-venturinRigorous code review against DRY, SOLID, FUNCTIONAL PROGRAMMING, CLEAN CODE, and project standards (AGENTS.md). Runs after implementation and before QA validation.
- ▌ Update Error Catalog · samuel-venturinSync error codes from ErrorCatalog.cs (BFF) to frontend i18n localization files following the error-catalog.md conventions.
- ▌ Execute QA Validation · samuel-venturinRe-run validation tests after code review. If GREEN, proceed to user approval; otherwise generate report and stop for manual continuation.
- ▌ Execute Implementation · samuel-venturinImplement in a GREEN loop (run tests, fix code, rerun) until all tests pass. Never alter tests without explicit user authorization.
- ▌ Refactor Se · samuel-venturinSimplify Expressions sub-skill - Reduces complexity and improves readability of conditional logic and expressions.
- ▌ Refactor Rdc · samuel-venturinRemove Dead Code sub-skill - Identifies and removes unused functions, variables, imports, and dead code paths.
- ▌ Refactor Clean · samuel-venturinClean Code sub-skill - Applies SOLID principles and clean code best practices.
- ▌ Refactor Naming · samuel-venturinNaming Conventions sub-skill - Standardizes variable, function, and class naming for consistency and clarity.
- ▌ Refactor Pattern · samuel-venturinPattern Conformance sub-skill - Ensures files follow project-specific patterns and conventions documented in AGENTS.md.