Home / tbc-servicos / dataagile-agent-kit · fluig/skills/test/SKILL.md · GitHub

test skillB

test is agent-read markdown (skill) from tbc-servicos/dataagile-agent-kit: Gera e orienta execução de testes para widgets TOTVS Fluig. Unit tests com Jasmine + Karma e E2E com Playwright. Sempre questiona a URL do servidor antes de gerar configurações E2E. O E2E requer build + deploy antes de executar..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

Você vai ajudar a criar e executar testes para widgets Fluig.

Existem dois tipos de teste:
- **Unit (Jasmine + Karma):** testa componentes, services e pipes isoladamente, sem servidor
- **E2E (Playwright):** testa o widget publicado no servidor Fluig real

---

## HARD GATE — Antes de qualquer E2E

Antes de gerar qualquer configuração E2E ou executar testes E2E, você DEVE:

1. Perguntar ao usuário a URL do servidor Fluig (ex: `https://fluig.empresa.com.br`)
2. Confirmar que o widget já foi publicado **ou** executar o fluxo de build + deploy agora
3. Nunca usar `localhost` como base URL — widgets Fluig só rodam no servidor Fluig

Use `AskUserQuestion` para coletar:
- URL do servidor Fluig
- Usuário e senha (ou confirmar que `FLUIG_USER`/`FLUIG_PASSWORD` estão definidos)
- Página Fluig onde o widget está publicado (ex: `/portal/p/home`)

---

## Busca de Testes Existentes (Context Enrichment)

Após confirmar o widget/módulo, consulte testes similares antes de gerar:

```
listTests({ platform: "fluig", module: "<widget/módulo>", limit: 5 })
```

- Se retornar resultados: mostre os cenários existentes e pergunte se quer algo diferente ou complementar
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tbc-servicos/dataagile-agent-kit/test@git:20260712.6010b47
Exact content
mdr add tbc-servicos/dataagile-agent-kit/test@sha256:57c11ea4bfdfd330

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_35kn3gckjrbn6n4d.svg)](https://markdownregistry.com/a/art_35kn3gckjrbn6n4d)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260712.6010b47 latest2026-07-12 6010b47 4,348 BB view · diff
git:20260712.a1a01c32026-07-12 a1a01c3 3,971 BB view · diff
git:20260518.b7d2ec52026-05-18 b7d2ec5 3,813 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No script tag (matched: <script)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4348 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address

Source

GitHub

tbc-servicos/dataagile-agent-kit · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_35kn3gckjrbn6n4d
GET https://markdownregistry.com/api/v1/resolve?ref=tbc-servicos/dataagile-agent-kit/test
GET https://markdownregistry.com/api/v1/blob/57c11ea4bfdfd33048c7d3965a6937910e22167f041f7dbd58e24226999cf82c

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from tbc-servicos/dataagile-agent-kit

CLAUDE.md claude
tbc-servicos/dataagile-agent-kit · CLAUDE.md
git:20260712.364fada · audit A · 3 stars
CLAUDE.md@fluig claude
tbc-servicos/dataagile-agent-kit · fluig/CLAUDE.md
git:20260807.443e141 · audit A · 3 stars
api-ref skill
tbc-servicos/dataagile-agent-kit · fluig/skills/api-ref/SKILL.md · Referência das APIs TOTVS Fluig — DatasetFactory, DatasetBuilder, CardAPI, WCMAPI, fluigc, WFMovementDTO…
git:20260518.b7d2ec5 · audit A · 3 stars
brainstorm skill
tbc-servicos/dataagile-agent-kit · fluig/skills/brainstorm/SKILL.md · Gate de design para desenvolvimento Fluig. Use ANTES de criar qualquer artefato (widget, form, dataset, workflow)…
git:20260807.443e141 · audit A · 3 stars
clean-architecture skill
tbc-servicos/dataagile-agent-kit · fluig/skills/clean-architecture/SKILL.md · Aplica os princípios de Clean Architecture (livro de Robert Martin, o Uncle Bob) ao desenvolvimento Fluig — regra de…
git:20260807.443e141 · audit A · 3 stars
dataset skill
tbc-servicos/dataagile-agent-kit · fluig/skills/dataset/SKILL.md · Cria dataset JavaScript para TOTVS Fluig com defineStructure(), createDataset(), try/catch e logging completo. Use…
git:20260518.b7d2ec5 · audit A · 3 stars
ddd skill
tbc-servicos/dataagile-agent-kit · fluig/skills/ddd/SKILL.md · Aplica Domain-Driven Design (baseado em Implementing DDD, de Vaughn Vernon) ao desenvolvimento Fluig — linguagem ubíqua…
git:20260712.364fada · audit A · 3 stars
debug skill
tbc-servicos/dataagile-agent-kit · fluig/skills/debug/SKILL.md · Debugging sistemático para Fluig. Guia investigação de root cause em 4 fases: reproduzir, investigar, hipótese…
git:20260518.b7d2ec5 · audit A · 3 stars
deploy skill
tbc-servicos/dataagile-agent-kit · fluig/skills/deploy/SKILL.md · Deploy de artefatos Fluig no servidor de teste. Lê CLAUDE.md para identificar ambiente, confirma com o dev, aciona…
git:20260712.6010b47 · audit A · 3 stars
feedback skill
tbc-servicos/dataagile-agent-kit · fluig/skills/feedback/SKILL.md · Registra um aprendizado de correção na base de conhecimento Fluig. Usar quando Claude erra e o dev corrige, para que o…
git:20260518.b7d2ec5 · audit A · 3 stars
form skill
tbc-servicos/dataagile-agent-kit · fluig/skills/form/SKILL.md · Cria formulário HTML para TOTVS Fluig com events/ e Util/. Use quando precisar criar formulário Fluig, adicionar…
git:20260518.b7d2ec5 · audit A · 3 stars
implement skill
tbc-servicos/dataagile-agent-kit · fluig/skills/implement/SKILL.md · Orquestra Agent Team para executar plano Fluig — fluig-implementer (sonnet) implementa em worktree isolado…
git:20260807.443e141 · audit A · 3 stars

Every file in tbc-servicos/dataagile-agent-kit

Other files named test

test skill
bitwize-music-studio/claude-ai-music-skills · skills/test/SKILL.md · Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes…
git:20260717.f9e2588 · audit A · 508 stars
test skill
boshu2/agentops · skills/test/SKILL.md · Write behavioral tests, practice TDD or inspect important coverage gaps. Use when: test design or missing proof needs…
git:20260911.c655850 · audit A · 445 stars
test skill
boshu2/agentops · skills-codex/test/SKILL.md · Write behavioral tests, practice TDD or inspect important coverage gaps. Use when: test design or missing proof needs…
git:20260911.c655850 · audit A · 445 stars
test skill
boshu2/agentops · images/gemini/skills/test/SKILL.md · Write behavioral tests, practice TDD or inspect important coverage gaps. Use when: test design or missing proof needs…
git:20260911.c655850 · audit A · 445 stars
test skill
serpro69/claude-toolbox · klaude-plugin/skills/test/SKILL.md · Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after…
git:20260605.d0fb1be · audit A · 149 stars
test skill
serpro69/claude-toolbox · kodex-plugin/skills/test/SKILL.md · Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after…
git:20260605.a4fab48 · audit A · 149 stars
test skill
kanevry/session-orchestrator · .agents/skills/test/SKILL.md · Agentic end-to-end test orchestrator — drive web/macOS flows, evaluate UX rubric, reconcile issues
git:20260919.176b605 · audit A · 52 stars
test skill
kanevry/session-orchestrator · .codex-plugin/skills/test/SKILL.md · Agentic end-to-end test orchestrator — drive web/macOS flows, evaluate UX rubric, reconcile issues
git:20260916.3ebf0e9 · audit A · 52 stars

Browse by kind, by grade B, or by owner.