Run post-edit checks manually
Manually run the checks configured in `.claude/check-after-edit.sh`. Use this to test your check configuration or verify checks pass before committing, without making any edits.
/plugin marketplace add blogic-cz/blogic-marketplace/plugin install agent-kit@blogic-marketplaceRun the checks configured in .claude/check-after-edit.sh.
I'll read your .claude/check-after-edit.sh configuration file, extract the actual check commands (ignoring comments and wrapper functions), and run them directly.
This is useful for:
.claude/check-after-edit.sh to see what checks are configuredbun run check)Please:
.claude/check-after-edit.shrun_check_hook calls)This approach bypasses wrapper scripts and runs your checks directly.