Skip to content

Conversation

@unnawut
Copy link
Collaborator

@unnawut unnawut commented Jan 16, 2026

🗒️ Description

Add a claude skill that extends the existing code-tester agent so that it's knowledgeable about how to test consensus related features. With this skill, the agent knows how many validators to setup, the common scenarios for justification/non-justification, and fork choice reorgs.

I didn't include this as part of the code-tester agent and created a new skill instead because the code-tester agent definition is getting quite long, and I assume as the spec gets more feature-rich it's worth segregating the context for other things and avoid the AI getting confused.

To validate this skill, it's used to fix #130 which is also included in this PR.

🔗 Related Issues or PRs

#130

✅ Checklist

  • Ran tox checks to avoid unnecessary CI fails:
    uvx tox
  • Considered adding appropriate tests for the changes.
  • Considered updating the online docs in the ./docs/ directory.

@unnawut unnawut requested a review from tcoratger January 16, 2026 10:09
@unnawut unnawut added framework Scope: Changes to the testing framework tests Scope: Changes to the spec tests labels Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

framework Scope: Changes to the testing framework tests Scope: Changes to the spec tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revisit Fork Choice tests

1 participant