Skip to content

Commit 183a605

Browse files
Merge remote-tracking branch 'origin/staging' into feat/parallel-cleanup-skill
# Conflicts: # .claude/commands/cleanup.md # .claude/commands/ship.md
2 parents 247f449 + de934b9 commit 183a605

898 files changed

Lines changed: 85400 additions & 10250 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/cleanup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: cleanup
33
description: Run all code quality skills — effects, memo, callbacks, state, React Query, emcn design review, url-state, and comments — analyzing in parallel, then applying fixes sequentially
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# Cleanup

.agents/skills/emcn-design-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: emcn-design-review
33
description: Review UI code for alignment with the emcn design system — components, tokens, patterns, and conventions
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# EMCN Design Review

.agents/skills/react-query-best-practices/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: react-query-best-practices
33
description: Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# React Query Best Practices

.agents/skills/ship/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ship
33
description: Commit, push, and open a PR to staging in one shot — runs the cleanup pass and, when migrations changed, the db-migrate safety review first
4-
argument-hint: [optional context or scope notes]
4+
argument-hint: "[optional context or scope notes]"
55
---
66

77
# Ship Command

.agents/skills/you-might-not-need-a-callback/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-a-callback
33
description: Analyze and fix useCallback anti-patterns in your code
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need a Callback

.agents/skills/you-might-not-need-a-comment/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-a-comment
33
description: Analyze and fix redundant or self-explanatory inline comments — remove noise, promote genuine documentation to TSDoc
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need a Comment

.agents/skills/you-might-not-need-a-memo/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-a-memo
33
description: Analyze and fix useMemo/React.memo anti-patterns in your code
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need a Memo

.agents/skills/you-might-not-need-an-effect/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-an-effect
33
description: Analyze and fix useEffect anti-patterns in your code
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need an Effect

.agents/skills/you-might-not-need-state/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-state
33
description: Analyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need State

.agents/skills/you-might-not-need-url-state/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: you-might-not-need-url-state
33
description: Analyze and fix URL/query-param state anti-patterns — manual useSearchParams reads, hand-built query mutations, view-state trapped in useState, and objects in the URL
4-
argument-hint: [scope] [fix=true|false]
4+
argument-hint: "[scope] [fix=true|false]"
55
---
66

77
# You Might Not Need URL State

0 commit comments

Comments
 (0)