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

PetProjects

PetProjects 收录了来自 seymourpoler 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
4
更新
2026-03-23
Forks
6
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dotnet-core-expert
软件开发工程师

Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features.

2026-03-23
clean-code
软件开发工程师

This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean."

2026-03-20
unit-test
软件质量保证分析师与测试员

Provides guidance for generating comprehensive C# unit tests in .NET projects. Use when writing, scaffolding, or improving unit tests for C# code using MSTest, NUnit, or xUnit frameworks. Covers framework detection, test structure, edge-case analysis, mocking rules, and best practices. DO NOT use for integration tests, end-to-end tests, or non-.NET languages.

2026-03-19
xunit
软件质量保证分析师与测试员

Get best practices for XUnit unit testing, including data-driven tests

2026-03-19
test-driven-development
软件质量保证分析师与测试员

Use when writing new functions, adding features, fixing bugs, or refactoring by applying TDD principles - write failing tests before implementation code, make them pass, then refactor.

2026-03-17
solid-principles
软件开发工程师

Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.

2026-03-17
boy-scout-rule
软件开发工程师

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.

2026-03-17