xpeditis2.0/.claude/commands/run-task.md
David d65cb721b5
Some checks are pending
CD Production (Hetzner k3s) / Promote Images (preprod → prod) (push) Waiting to run
CD Production (Hetzner k3s) / Deploy to k3s (xpeditis-prod) (push) Blocked by required conditions
CD Production (Hetzner k3s) / Smoke Tests (push) Blocked by required conditions
CD Production (Hetzner k3s) / Deployment Summary (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Success (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Failure (push) Blocked by required conditions
chore: sync full codebase from cicd branch
Aligns main with the complete application codebase (cicd branch).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 12:56:44 +02:00

22 lines
874 B
Markdown

---
description: Run a task
---
For the given $ARGUMENTS you need to get the information about the tasks you need to do :
- If it's a file path, get the path to get the instructions and the feature we want to create
- If it's an issues number or URL, fetch the issues to get the information (with `gh cli`)
1. Start to make a plan about how to make the feature
You need to fetch all the files needed and more, find what to update, think like a real engineer that will check everything to prepare the best plan.
2. Make the update
Update the files according to your plan.
Auto correct yourself with TypeScript. Run TypeScript check and find a way everything is clean and working.
3. Commit the changes
Commit directly your updates.
4. Create a pull request
Create a perfect pull request with all the data needed to review your code.