一键导入
verify
Build the solution and run unit tests to verify changes are correct. Use after implementing features or fixes. Use when this capability is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build the solution and run unit tests to verify changes are correct. Use after implementing features or fixes. Use when this capability is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes Use when this capability is needed.
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
Use when the user asks to install, add, or set up a package, tool, CLI, or application
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
Copy content to my clipboard using `pbcopy`. Use when this capability is needed.
| name | verify |
| description | Build the solution and run unit tests to verify changes are correct. Use after implementing features or fixes. Use when this capability is needed. |
| metadata | {"author":"valdisiljuconoks"} |
Run the following commands in sequence to verify the codebase compiles and tests pass:
dotnet builddotnet test --filter Category!=IntegrationReport results clearly. If there are failures, analyze them and suggest fixes.
If the user asks for a full verification including integration tests, run:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=coverage
Note: Integration tests require Docker to be running.
Source: valdisiljuconoks/LocalizationProvider — distributed by TomeVault.