Merged
Conversation
Contributor
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/cli@0.0.44-pr.417.2c58950Prefer not to change any import paths? Install using npm alias so your code still imports npm i "base44@npm:@base44-preview/cli@0.0.44-pr.417.2c58950"Or add it to your {
"dependencies": {
"base44": "npm:@base44-preview/cli@0.0.44-pr.417.2c58950"
}
}
Preview published to npm registry — try new features instantly! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Changes Made
.claude/commands/error-report-summary.md— New/error-report-summarycommand 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 toerror-reports/(gitignored)..claude/commands/tidy-up.md— New/tidy-upcommand 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-changelogcommand that identifies git tags not yet documented inCHANGELOG.md, collects and categorizes their commits (Added/Changed/Fixed/Removed/Docs), and inserts properly formatted entries at the top of the file.Testing
npm test)Checklist
docs/(AGENTS.md) if I made architectural changesAdditional Notes
These are Claude agent instruction files (
.mdslash commands), not TypeScript source code, so standard test/lint checks do not apply. Theerror-reports/output directory should be confirmed as gitignored before first use.🤖 Generated by Claude | 2026-03-16 09:51 UTC