Skip to content

Conversation

@rekmarks
Copy link
Member

@rekmarks rekmarks commented Jan 30, 2026

Every time I ask Claude to commit, it errors one time due to using a HEREDOC, because it can't remember that it's sandboxed. No more.

Summary

  • Remove conditional HEREDOC usage from commit skill
  • Always use plain strings for commit messages

Note

Low Risk
Documentation-only change that updates the commit workflow guidance; no runtime behavior or production code is affected.

Overview
Simplifies the commit skill instructions in .claude/skills/commit/SKILL.md to always use a plain-string commit message, removing the prior conditional guidance to use a HEREDOC in non-sandboxed environments.

Written by Cursor Bugbot for commit bb2e5c0. This will update automatically on new commits. Configure here.

Remove conditional HEREDOC usage and always use plain strings for commit
messages.

Co-Authored-By: Claude <noreply@anthropic.com>
@rekmarks rekmarks requested a review from a team as a code owner January 30, 2026 05:26
@rekmarks rekmarks enabled auto-merge January 30, 2026 05:28
@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 88.41%
🟰 ±0%
5883 / 6654
🔵 Statements 88.3%
🟰 ±0%
5980 / 6772
🔵 Functions 87.12%
🟰 ±0%
1529 / 1755
🔵 Branches 84.59%
🟰 ±0%
2130 / 2518
File CoverageNo changed files found.
Generated in workflow #3493 for commit bb2e5c0 by the Vitest Coverage Report Action

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

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.

2 participants