Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

formacao-arquitetura-de-software

formacao-arquitetura-de-software 收录了来自 rodrigobranas 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
2
Stars
9
更新
2026-06-28
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

code-standards
软件开发工程师

Apply this project's coding standards to any TypeScript/JavaScript code you write, refactor, or review. Use this skill WHENEVER you create or change application code — new functions, endpoints, components, bug fixes, refactors — or whenever the user asks to clean up, refactor, simplify, or review code for style, even if they don't mention "standards" or "style" by name. Triggers include: "refactor this", "clean this up", "is this well written?", "review my code", writing any new method/class/module, or anything touching files under src/ or frontend/. This skill encodes the project's rules on method length, parameters, variable scope, error handling, comments, magic numbers, nesting, and ternaries so new code matches the rest of the codebase instead of drifting.

2026-06-28
test-automation
软件质量保证分析师与测试员

Write and organize automated tests for this project following its established conventions (Vitest + Sinon for unit/integration, Playwright for E2E). Use this skill WHENEVER you create or change application code that needs test coverage, or whenever the user asks to write, add, fix, or review tests — even if they don't mention Vitest, Sinon, or Playwright by name. Triggers include: "add a test", "cover this with tests", "write a unit/integration/e2e test", "is this tested?", new functions/endpoints/components, bug fixes that need a regression test, or anything touching files under test/ or e2e/. This skill encodes where tests live, the tooling, the structure, and the coverage targets so new tests match the rest of the codebase instead of drifting.

2026-06-22