Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

csharptemplate

csharptemplate에는 tfsugjp에서 수집한 skills 33개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
33
Stars
3
업데이트
2026-03-01
Forks
0
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

appinsights-instrumentation
네트워크·컴퓨터 시스템 관리자

Instrument a webapp to send useful telemetry data to Azure App Insights

2026-03-01
azure-deployment-preflight
네트워크·컴퓨터 시스템 관리자

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

2026-03-01
azure-devops-cli
네트워크·컴퓨터 시스템 관리자

Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.

2026-03-01
azure-resource-visualizer
네트워크·컴퓨터 시스템 관리자

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.

2026-03-01
azure-role-selector
정보 보안 분석가

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

2026-03-01
azure-static-web-apps
웹 개발자

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.

2026-03-01
breakdown-plan
프로젝트 관리 전문가

Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.

2026-03-01
create-github-action-workflow-specification
소프트웨어 개발자

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.

2026-03-01
create-github-issue-feature-from-specification
소프트웨어 개발자

Create GitHub Issue for feature request from specification file using feature_request.yml template.

2026-03-01
create-github-issues-feature-from-implementation-plan
프로젝트 관리 전문가

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

2026-03-01
create-github-issues-for-unmet-specification-requirements
소프트웨어 개발자

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

2026-03-01
create-github-pull-request-from-specification
소프트웨어 개발자

Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.

2026-03-01
csharp-async
소프트웨어 개발자

Get best practices for C# async programming

2026-03-01
csharp-docs
소프트웨어 개발자

Ensure that C# types are documented with XML comments and follow best practices for documentation.

2026-03-01
csharp-mstest
소프트웨어 품질 보증 분석가·테스터

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

2026-03-01
csharp-nunit
소프트웨어 품질 보증 분석가·테스터

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

2026-03-01
csharp-tunit
소프트웨어 품질 보증 분석가·테스터

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

2026-03-01
csharp-xunit
소프트웨어 품질 보증 분석가·테스터

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

2026-03-01
dotnet-best-practices
소프트웨어 개발자

Ensure .NET/C# code meets best practices for the solution/project.

2026-03-01
dotnet-design-pattern-review
소프트웨어 개발자

Review the C#/.NET code for design pattern implementation and suggest improvements.

2026-03-01
dotnet-upgrade
소프트웨어 개발자

Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution

2026-03-01
ef-core
데이터베이스 아키텍트

Get best practices for Entity Framework Core

2026-03-01
gh-cli
소프트웨어 개발자

GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.

2026-03-01
git-commit
소프트웨어 개발자

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

2026-03-01
git-flow-branch-creator
소프트웨어 개발자

Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.

2026-03-01
github-issues
소프트웨어 개발자

Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, or manage issue workflows. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", or any GitHub issue management task.

2026-03-01
microsoft-code-reference
소프트웨어 개발자

Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.

2026-03-01
microsoft-docs
소프트웨어 개발자

Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com.

2026-03-01
nuget-manager
소프트웨어 개발자

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

2026-03-01
sql-code-review
소프트웨어 품질 보증 분석가·테스터

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.

2026-03-01
sql-optimization
데이터베이스 아키텍트

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

2026-03-01
web-design-reviewer
웹 개발자

This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.

2026-03-01
webapp-testing
소프트웨어 품질 보증 분석가·테스터

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-03-01