بنقرة واحدة
validate
Manually test your work against the locally running app by making real API or HTTP requests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manually test your work against the locally running app by making real API or HTTP requests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Commit current work, push, open a pull request, wait for CI to pass, then merge.
Commit current work, push, and open a pull request against main.
Switch to main branch, pull latest changes, and optionally begin work on a task.
Scaffold a new project from the fullstack or Rust CLI boilerplate. Use when starting a new codebase.
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
| name | validate |
| description | Manually test your work against the locally running app by making real API or HTTP requests. |
| user_invocable | true |
Validate the changes you've made by testing them against the locally running application:
curl, httpie, or similar tools to exercise the affected endpoints or functionality.Be thorough: don't just hit the happy path. Test error cases, missing fields, invalid input, and boundary conditions where relevant.