run
Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m).
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Verify that a code change actually does what it's supposed to by running the app and observing behavior.
Help users add, configure, trust, authenticate, and troubleshoot MCP (Model Context Protocol) servers in ax-code. Use when the user asks about MCP setup, connecting external tools, OAuth flows for MCP, trust issues, or diagnosing MCP server problems.
Reduce duplication and dead code, improve module and component boundary clarity, and remove overengineering. Conservative by default - prefers small safe moves over sweeping rewrites.
Diagnose a bug and implement the fix. Confirms root cause before making changes, then verifies with the relevant tests.
| name | run |
| description | Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app. |
| agent | build |
| argument-hint | <optional specific page or feature to navigate to> |
Launch the project's application and confirm it is running. If $ARGUMENTS specifies a page or feature, navigate there.
Inspect the project to determine the correct run command:
package.json scripts: prefer dev, start, serve (in that order).Makefile with a run or dev target.docker-compose.yml (use docker compose up).next.config.*, vite.config.*, nuxt.config.*, angular.json.run_in_background: true).