chore: update skills

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-09 01:04:00 -04:00
parent 92f60d3a9a
commit e4953ee42e
4 changed files with 14 additions and 14 deletions

View File

@@ -14,8 +14,8 @@ When the user runs this command, execute the following workflow:
- If user provides $ARGUMENTS (a simple message), skip to step 3
2. **Run pre-commit validation**:
- Execute `pnpm lint` and report any issues
- Execute `pnpm build` and ensure it succeeds
- Execute `bun run lint` and report any issues
- Execute `bun run type:check && bun run lint` (or `bun run build` if none available) and ensure it succeeds
- If either fails, ask user if they want to proceed anyway or fix issues first
3. **Analyze git status**: