Skip to content

Commit 12f37d3

Browse files
committed
chore(skills): add sql-date-binding and trigger-block-cycle audits to ship skill
1 parent 4f83fa8 commit 12f37d3

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.agents/skills/ship/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ When the user runs `/ship`:
7070
check:utils check:zustand-v5 \
7171
check:react-query check:client-boundary check:bare-icons check:icon-paths \
7272
check:realtime-prune check:tool-registry-boundary check:tool-request-boundary \
73+
check:sql-date-binding check:trigger-block-cycle \
7374
tool-metadata:check \
7475
integration-catalog:check skills:check agent-stream-docs:check; do
7576
( bun run "$s" >"/tmp/ship-audit-${s//:/-}.log" 2>&1; echo "$? $s" >>/tmp/ship-audit-results ) &

.claude/commands/ship.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ When the user runs `/ship`:
6969
check:utils check:zustand-v5 \
7070
check:react-query check:client-boundary check:bare-icons check:icon-paths \
7171
check:realtime-prune check:tool-registry-boundary check:tool-request-boundary \
72+
check:sql-date-binding check:trigger-block-cycle \
7273
tool-metadata:check \
7374
integration-catalog:check skills:check agent-stream-docs:check; do
7475
( bun run "$s" >"/tmp/ship-audit-${s//:/-}.log" 2>&1; echo "$? $s" >>/tmp/ship-audit-results ) &

.cursor/commands/ship.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ When the user runs `/ship`:
6464
check:utils check:zustand-v5 \
6565
check:react-query check:client-boundary check:bare-icons check:icon-paths \
6666
check:realtime-prune check:tool-registry-boundary check:tool-request-boundary \
67+
check:sql-date-binding check:trigger-block-cycle \
6768
tool-metadata:check \
6869
integration-catalog:check skills:check agent-stream-docs:check; do
6970
( bun run "$s" >"/tmp/ship-audit-${s//:/-}.log" 2>&1; echo "$? $s" >>/tmp/ship-audit-results ) &

0 commit comments

Comments
 (0)