Instructions file
Claude Code instructions for seabbs/claude, covering identity, git/github, jj (jujutsu) + tuicr, review bot (seabbs-review-bot) and workflow.
Instructions file
Claude Code instructions for seabbs/claude, covering identity, git/github, jj (jujutsu) + tuicr, review bot (seabbs-review-bot) and workflow.
Command
Revise academic text in response to reviewer comments: $ARGUMENTS.
Command
Verify completed work against original requirements: $ARGUMENTS.
Command
Add a draft notice to the current PR description indicating it's agent-generated and needs human review before requesting reviews from others.
Command
Analyse agent and command usage effectiveness in this conversation.
Command
Read up on the documentation entries and web pages noted in your context using the provided tools.
Command
Refactor code to meet project standards: $ARGUMENTS.
Command
Implement statistical model from specification: $ARGUMENTS.
Command
Review statistical analysis code against the analysis plan: $ARGUMENTS.
Command
Manage git worktrees: $ARGUMENTS.
Skill Claude CodeCodex
Evaluate Julia through the warm AgentREPL MCP session rather than julia -e, hot-reload edits with Revise, and filter TestItemRunner suites while iterating. Use for any Julia evaluation, package iteration, or test run, and to decide when a fresh process is needed instead.
Plugin Claude Code
Claude Code skills for research, development, and GitHub automation.
Plugin Claude Code
Bot account automation for adding collaborators, processing task requests, and generating daily summaries.
Skill Claude CodeCodex
Add the bot account as a collaborator with push permissions to a repository.
Skill Claude CodeCodex
Report on what the unattended agent bots have been doing — what the review bot has posted, what it cost, whether anything failed, and whether its findings were acted on. Use when asked "what have the bots been up to", to audit bot activity before trusting it, or to check a bot is still running after a change to its…
Skill Claude CodeCodex
Check bot notifications for tasks requested by the repo owner, then execute them using a team.
Skill Claude CodeCodex
Summarise today's Claude Code activity across all repos into a dated log file.
Skill Claude CodeCodex
Run as a background subagent after a PR is created or pushed. Acts as a continuous quality gate, watching CI and mergeability, and catching, answering and resolving review feedback from the review bot and from seabbs. Invoke via the Agent tool with runinbackground true.
Plugin Claude Code
Development workflow skills for commits, linting, testing, code review, PRs, documentation, coverage, dependencies, project scaffolding, and task automation.
Agent
Use this agent to create a well-structured git commit with conventional format and proper git identity. Pass --as-me to commit as the owner, --bot-only to commit as the bot without co-author. (Tools: ).
Skill Claude CodeCodex
Create a well-structured commit with conventional format and proper git identity.
Skill Claude CodeCodex
Check that all code has appropriate documentation and fix gaps.
Skill Claude CodeCodex
Improve test coverage by identifying gaps and generating meaningful tests.
Skill Claude CodeCodex
Lint, format, and optionally commit changes.