dotnet-api-review

仓库创建 2026年7月26日最近提交 16 小时前SkillHot 收录 7 小时前
▸ 精选理由

针对发布前 API 风险点有条理的审查流程,适合发布前把关

这个 Skill 做什么

对 ASP.NET Core API 做兼容性、认证、持久化和性能风险评审

对 ASP.NET Core API 做发布前的兼容性、认证、持久化和性能风险审查,帮你在上线前抓住潜在问题。会找出可能破坏向后兼容的改动、验证每个可达端点的认证与授权、并指出持久化层的性能瓶颈。目标是把安全、兼容与性能问题在发布前暴露,减少回滚与事故。

▸ 展开 SKILL.md 英文原文

Use this skill when reviewing an ASP.NET Core API for backward compatibility, authentication, persistence and performance risks before it ships.

开发编程.NET审查向后兼容安全评估通用
3
Stars
0
Forks
4
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NetAnlatAkademi/skillforge/main/samples/dotnet-api-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NetAnlatAkademi/skillforge/main/samples/dotnet-api-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# .NET API Review

Use this skill when reviewing ASP.NET Core APIs. It is also SkillForge's own documentation example, so
it is written the way a real, useful skill should be.

## Goals

- Detect backward compatibility risks before they reach a published contract.
- Review authentication and authorization on every reachable endpoint.
- Identify performance bottlenecks in persistence access.
- Produce findings a developer can act on without further investigation.

## Workflow

1. **Inventory the surface.** List controllers, minimal API endpoints and their routes. Note which are
   anonymous.
2. **Review contracts.** For each request and response type, check whether a change would break an
   
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有