con un clic
wei-notebook
wei-notebook contiene 6 skills recopiladas de iewiewiew, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
A skill for building RESTful APIs with FastAPI. Use this skill to create a new FastAPI project with a standard project structure, including routers, models, schemas, and services. This skill provides a boilerplate project, CRUD endpoint templates, Pydantic validation examples, and guidance on dependency injection, background tasks, file uploads, and pagination. It leverages async/await for efficient I/O operations. Trigger this skill when a user wants to build a RESTful API using FastAPI, needs a starter project, or wants to learn best practices for FastAPI development.
Generate API test cases for this pytest-based API automation testing project. Use when the user asks to create or generate tests, mentions Swagger/OpenAPI specs, asks about API testing coverage, or mentions pytest framework. Supports generating from CSV test data, Swagger JSON, or API endpoint descriptions.
---
针对开发提交的 Pull Request,自动比对分支代码差异,精准识别代码改动范围与逻辑变更,针对性生成覆盖改动点的测试用例,保障迭代功能稳定、改动逻辑可测。使用示例:帮我分析 Pull Request 差异输出测试用例到指定目录下的测试用例-yyyyMMdd.md,命令:git diff origin/feat/add-jira-tag-association origin/premium/release-v260430-geely
根据需求文档以及测试用例规范生成测试用例
Development skill for the Wang Manyu Database project (王曼昱数据库). Use when adding new pages, components, or features to this Next.js fan website. Covers project conventions, styling guidelines, data structure patterns, and feature implementation workflows.