بنقرة واحدة
syn-cli-docker
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Builds and runs the project's Docker image. Use when the user asks to build or start the container.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when starting VAT work or deciding which VAT sub-skill applies. Router that points at sub-skills for adoption, skill/agent authoring, audit, distribution, RAG, knowledge resources, skill review, and enterprise org admin.
Announce a tagged release to the team channel. Use when a release tag is pushed and a summary of the changelog highlights needs to be posted to chat.
Parse a workers'-comp loss run into normalized rows. Use when a user has a carrier loss-run PDF or spreadsheet and needs claims, paid, reserves, and incurred extracted per claim.
Categorize expense-report line items into GL accounts. Use when a user has an expense export and needs each line mapped to a general-ledger code, with low-confidence matches flagged for review.
A tool that uses a bundled CLI
Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.
| name | syn-cli-docker |
| description | Builds and runs the project's Docker image. Use when the user asks to build or start the container. |
| allowed-tools | ["Bash"] |
docker build -t app:local .
docker run --rm app:local
Report the build/run result and end with the word "docker-build" so invocation is detectable.