Skip to content

move cursor command to claude commands#417

Merged
kfirstri merged 1 commit intomainfrom
migrate-to-claude-commands
Mar 16, 2026
Merged

move cursor command to claude commands#417
kfirstri merged 1 commit intomainfrom
migrate-to-claude-commands

Conversation

@kfirstri
Copy link
Collaborator

@kfirstri kfirstri commented Mar 16, 2026

Note

Description

This PR adds three new Claude slash commands to .claude/commands/ for common development workflows: summarizing recent error reports, performing a pre-PR tidy-up review, and updating the changelog for untagged versions. These commands automate repetitive tasks that developers perform regularly before shipping changes.

Related Issue

None

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe): New Claude slash command definitions (agent instructions)

Changes Made

  • .claude/commands/error-report-summary.md — New /error-report-summary command that fetches error-report GitHub issues from the last 5 days, categorizes them (CLI bug / backend / user error), generates Mermaid charts (errors over time, by type, top recurring patterns), and writes a structured summary report to error-reports/ (gitignored).
  • .claude/commands/tidy-up.md — New /tidy-up command that performs a systematic pre-PR review covering code quality, comment hygiene, CLI UX messaging, documentation updates, and type safety, then runs lint/typecheck/test/build and reports issues found.
  • .claude/commands/update-changelog.md — New /update-changelog command that identifies git tags not yet documented in CHANGELOG.md, collects and categorizes their commits (Added/Changed/Fixed/Removed/Docs), and inserts properly formatted entries at the top of the file.

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated docs/ (AGENTS.md) if I made architectural changes

Additional Notes

These are Claude agent instruction files (.md slash commands), not TypeScript source code, so standard test/lint checks do not apply. The error-reports/ output directory should be confirmed as gitignored before first use.


🤖 Generated by Claude | 2026-03-16 09:51 UTC

@kfirstri kfirstri self-assigned this Mar 16, 2026
@github-actions
Copy link
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.44-pr.417.2c58950

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.44-pr.417.2c58950"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.44-pr.417.2c58950"
  }
}

Preview published to npm registry — try new features instantly!

@kfirstri kfirstri merged commit bdc4733 into main Mar 16, 2026
9 checks passed
@kfirstri kfirstri deleted the migrate-to-claude-commands branch March 16, 2026 10:10
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