一键导入
skills-mba
skills-mba 收录了来自 devfullcycle 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Generate and execute E2E test cases for any web application — SPA, server-rendered, or hybrid. Analyzes the codebase to discover routes, components, auth flows, forms, modals, roles/permissions, and navigation patterns, then produces a structured test-cases document with dependency trees and todo checklists. Works with any framework: Next.js, React, Vue, Angular, Django, Laravel, Rails, Flask, Go, Symfony, Spring, ASP.NET, PHP, and more. Use this skill whenever the user asks to "test navigation", "generate e2e tests", "test user flows", "create test cases", "run navigation tests", "e2e test plan", "check all flows", "test my app flows", "map user journeys", "test my app", or anything related to end-to-end flow testing. Also trigger when the user mentions "test-cases.md", "flow coverage", or "navigation coverage". Even if they just say "test my app" or "run e2e", this skill is likely what they need.
Bootstrap a new Next.js project with our standard architecture, CLAUDE.md, and operational scripts. Use this skill whenever the user wants to start a new Next.js project, scaffold a new app, create a new project from scratch, or set up a greenfield application. Also use it when the user says things like "new project","bootstrap", "scaffold","setup nextjs", or "setup a nextjs using AI".
Guide for writing and auditing tests across all layers — unit, integration, and E2E. Use this skill when writing new tests, creating test files, deciding what to test at each layer, choosing between unit vs integration vs E2E, and also when auditing existing tests, cleaning up redundant tests, or finding missing coverage. Triggers on: "write tests", "add tests for", "create unit tests", "create integration tests", "create e2e tests", "should I test this", "what layer should this test be", "audit tests", "test cleanup", "which tests can I delete", "what tests am I missing", "review test quality".