Skip to content

fix(claude): harden auto-format hook and add /address-review skill#98

Merged
fpindej merged 1 commit intomainfrom
fix/claude-setup-polish
Mar 21, 2026
Merged

fix(claude): harden auto-format hook and add /address-review skill#98
fpindej merged 1 commit intomainfrom
fix/claude-setup-polish

Conversation

@fpindej
Copy link
Copy Markdown
Owner

@fpindej fpindej commented Mar 21, 2026

Summary

  • auto-format.mjs: execSync with string interpolation replaced with execFileSync args array (shell injection prevention, consistent with the same fix we synced for generated projects)
  • Added /address-review skill for handling PR review comments (adapted from generated project's version)

Test plan

  • pnpm test passes
  • pnpm build passes

Replace execSync string interpolation with execFileSync args array
in auto-format hook (shell injection prevention). Add /address-review
skill for handling PR review comments.
@fpindej fpindej merged commit a45e3bd into main Mar 21, 2026
@fpindej fpindej deleted the fix/claude-setup-polish branch March 21, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant