code-verifier Skill
ドキュメントのコードサンプルを実装しテストで検証する。Use when: コードサンプルを検証する、サンプルコードをテストする、実装を確認する、コードが動作するか確認する。コードサンプルの実装とテスト、動作検証。 Published by microsoft in aspnetcore-ja-handbook.
What is code-verifier Skill?
ドキュメントのコードサンプルを実装しテストで検証する。Use when: コードサンプルを検証する、サンプルコードをテストする、実装を確認する、コードが動作するか確認する。コードサンプルの実装とテスト、動作検証。 Published by microsoft in aspnetcore-ja-handbook. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use code-verifier Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/aspnetcore-ja-handbook
- Skill file: .github/skills/code-verifier/SKILL.md
What it does
ドキュメントのコードサンプルを実装しテストで検証する。Use when: コードサンプルを検証する、サンプルコードをテストする、実装を確認する、コードが動作するか確認する。コードサンプルの実装とテスト、動作検証。
Skill instructions
ASP.NET Core ハンドブック コードサンプル検証スキル 概要 このスキルは、docs/ フォルダ内のマークダウンドキュメントに含まれるコードサンプルを実際に実装し、テストで動作を検証するためのワークフローです。 前提条件 - 対象バージョン: .github/instructions/versioning.instructions.md のバージョン決定ルールに従い、使用する .NET および ASP.NET Core のバージョンを確定する。プロジェクト作成時の --framework オプションや NuGet パッケージのバージョン指定もこのルールに準拠すること。 - 実行環境: 通常の bash ターミナルで dotnet コマンドを実行 - dotnet コマンド実行時はサンドボックスを使用しない(unsandboxed 実行)。 - テストフレームワーク: xUnit - アサーションライブラリ: xUnit 組み込み(必要に応じて FluentAssertions を追加可) - モックライブラリ: NSubstitute(必要な場合のみ) ディレクトリ構成 src/ └── {NN}/ 章番号(2桁ゼロ埋め) ├── {SampleName}/ コードサンプル名(PascalCase) │ ├── {SampleName}.csproj 実装プロジェクト │ └── .cs 実装ファイル └── {SampleName}.Tests/ テストプロジェクト ├── {SampleName}.Tests.csproj └── Tests.cs テストファイル 命名規則 | 要素 | 規則 | 例 | | --- | --- | --- | | 章フォルダ | src/{NN}/(NN は章番号の2桁ゼロ埋め) | src/06/ | | 実装プロジェクト名 | ドキュメントのセクション内容を反映した PascalCase | FactoryRegistration | | テストプロジェクト名 | 実装プロジェクト名 + .Tests | FactoryRegistration.Tests | | テストクラス名 | テスト対象クラス名 + Tests | TimeServiceTests | | テストメソッド名 | {テスト対象メソッド}{条
Explore related resources
Frequently asked questions
What is code-verifier?
code-verifier is a open-source AI agent skill with Copy skill directory. ドキュメントのコードサンプルを実装しテストで検証する。Use when: コードサンプルを検証する、サンプルコードをテストする、実装を確認する、コードが動作するか確認する。コードサンプルの実装とテスト、動作検証。
Who is code-verifier best for?
code-verifier is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install code-verifier?
Install or run code-verifier using Copy skill directory. Check code-verifier for the latest setup command.
Is code-verifier actively maintained?
code-verifier may need a closer maintenance check before production use.
Auto-fetched from GitHub.