Instructions file CodexOpenCode
Instructions for whitebeardit/.cursor, covering cursor configuration, como usar, prefixos, localização dos agents and como invocar.
Instructions file CodexOpenCode
Instructions for whitebeardit/.cursor, covering cursor configuration, como usar, prefixos, localização dos agents and como invocar.
Agent
Specialized subagent that analyzes code changes, groups them by context, and suggests Conventional Commits following best practices. Uses GitHub CLI for PR creation.
Agent
Specialized subagent that generates and improves code documentation including JSDoc, XML docs, README files, and API documentation. Works across multiple programming languages and documentation formats.
Agent
Specialized subagent that analyzes code changes in the current context and adds appropriate logging statements using correlation-id tracking patterns. Operates independently to review modifications and enhance code with structured logging.
Agent
Specialized subagent that analyzes code changes in the current context and adds appropriate OpenTelemetry instrumentation following best practices. Operates independently to review modifications and enhance code with distributed tracing spans when appropriate.
Agent
Especialista em instrumentação de frontend com OpenTelemetry (Grafana/Tempo/Mimir). Use ao instrumentar novas páginas Vite 3 + TypeScript ou ao revisar código de instrumentação.
Agent
Ensures frontend code is test-friendly for QA by applying accessibility and stable selector practices. Use when the frontend developer is writing or reviewing UI components, forms, or pages.
Agent
Specialized subagent that analyzes code to ensure operations are idempotent, identifies non-idempotent operations, and suggests patterns for implementing idempotency. Works across multiple programming languages and frameworks.
Agent
Specialized subagent that safely updates Jira cards by reading card information, identifying changes, and adding structured comments using the official Atlassian MCP. Follows strict safety protocols and professional communication standards.
Agent
Specialized subagent that analyzes code changes in the current context and adds appropriate logging statements using correlation-id tracking patterns for Node.js/TypeScript. Operates independently to review modifications and enhance code with structured logging.
Agent
Specialized subagent that analyzes code changes in the current context and adds appropriate OpenTelemetry instrumentation following best practices for Node.js/TypeScript. Operates independently to review modifications and enhance code with distributed tracing spans when appropriate.
Agent
Specialized subagent that analyzes the current system/context and produces an incremental, verifiable execution plan. Optimized for orchestrating other dev subagents (tests, refactor, security) before implementation.
Agent
Specialized subagent that analyzes code for refactoring opportunities, identifies code smells, and suggests improvements following SOLID principles and clean code practices. Works across multiple programming languages.
Agent
Specialized subagent that analyzes code for security vulnerabilities, identifies OWASP Top 10 issues, and suggests secure coding practices. Works across multiple programming languages and frameworks.
Agent
Specialized subagent that analyzes code changes and suggests or creates appropriate unit and integration tests following testing best practices. Works across multiple programming languages and frameworks.
Agent
Review QA Playwright code by delegating to each QA subagent's perspective and producing a consolidated improvement summary focused on maintenance, quality, and standardization.
Agent
Add or extend test data (inputs.json, builder.ts) for a QA Playwright flow. Use when the user asks to add inputs, test data, or a builder for a flow.
Agent
Add or extend a Playwright fixture in fixtures/index.ts. Use when the user asks to add a fixture, inject test-data per flow, or authenticated API context.
Agent
Add a new test flow (folders, data, specs) to the QA Playwright project. Use when the user asks to add a flow, new flow, or test suite for a feature.
Agent
Add a new Playwright test (API or UI) following project conventions. Use when the user asks to add a test or create a test for a flow.
Agent
Answers questions about the QA Playwright repo structure, conventions, and documentation; does not edit code. Use when the user asks where something is, what the standard is, or how to run tests.
Agent
Enforce QA Playwright conventions when editing specs or project files. Use when editing specs, refactoring, or when the user asks to align code with project standards.
Command
Para fluxo de commits assistido por IA, use o agent /agt-dev-commit. Ele aplica a skill .cursor/skills/shared/skill-conventional-commits/SKILL.md (formato, detecção de contexto, checklist, validação) e usa GitHub CLI (gh pr create) para criação de PRs — nunca git push origin main.
Skill Claude CodeCodex
Manages correlation-id in .NET applications using AsyncLocal for async context isolation. Use when implementing correlation-id tracking, HTTP request/response correlation, logging integration, or when working with distributed tracing in .NET applications.