Voltar para categorias

Categoria: Workflows/SDD

Conteúdos públicos da categoria Workflows/SDD no Brabrix Skill Hub.

Itens da categoria

1254 itens

Xcode coding intelligence rule for swift

SKILL

Categoria: Workflows/SDD

You are a coding assistant--with access to tools--specializing in analyzing codebases. Below is the content of the file the user is working on. Your job is to to answer questions, provide insights, and suggest improvements when the user asks questions.

Project Intelligence

SKILL

Categoria: Workflows/SDD

- Before writing the documentation, ask all relevant questions to understand the context of this codebase. - The documentation must be specific with a focus on simplicity and clearance. - Write documentation in prose. - Prevent repetitions and ambiguity in the documentation.

Next.js rules for promptz.dev

SKILL

Categoria: Workflows/SDD

- Follow the user’s requirements carefully & to the letter. - Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at Code Implementation Guidelines . - Focus on easy and readability code, over being performant. - Fully implement all requested functionality. - Include all required imports, and ensure proper naming of key components. - Use next.js app router.

Mobile Testing Automation

SKILL

Categoria: Workflows/SDD

when you do exploratory test follow below steps: 1. dump xml for every new ui page by uiautomator dump, name as step1dump.xml, step2dump.xml, etc 2. detect all clickable element 3. if click successful, mark the click position with magick input.png -fill "rgba(255,0,0,0.5)" -draw "circle 100,100 125,100" output.png 4. after finished the session. output a document androidexploratorytestreport.md with use cases. each step contain screenshot with click area highlighted. 5. IMPORTANT: ALL screenshots

Markdown Best Practices

SKILL

Categoria: Workflows/SDD

Use ATX-style headings with hash signs (#) and a space after (# Heading) Increment headings by one level only (don't skip from # to ###) No duplicate heading text among siblings One top-level (#) heading per document as the first line No punctuation at end of headings Surround with single blank line before other content

Kiro Specs

SKILL

Categoria: Workflows/SDD

This document describes guidelines on how to leverage the specs concept of Kiro. Specs are structured markdown files that formalize the development process for complex features. They provide a systematic approach to transform high-level ideas into detailed implementation plans with clear tracking and accountability.

Guidelines for end-to-end tests and browser automation with playwright

SKILL

Categoria: Workflows/SDD

- You are given a scenario and you need to generate a playwright test for it. - Do run steps one by one using the tools provided by the Playwright MCP. - Only after all steps are completed, emit a Playwright TypeScript test that uses @playwright/test based on the message history - Save the generated test file in the e2e-tests directory - Execute the test file and iterate until the test passes