Add test-referenda skill#1
Open
lolmcshizz wants to merge 1 commit into
Open
Conversation
Submits N governance referenda on a Hydration lark testnet from Alice in a single utility.forceBatch, rotating across root, treasurer, general_admin, omnipool_admin, and economic_parameters tracks. Used to populate a fork with votable referenda for QA / governance UI work. Triggers on phrases like "create X referenda on lark Y for testing". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
80f38c3 to
5ceed9d
Compare
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.
Summary
test-referendaskill: creates N governance referenda on a Hydration lark testnet from Alice (//Alice) for QA / governance UI testing.utility.forceBatch(one block, no per-tx hang risk). Per-call status read fromutility.ItemCompleted/ItemFailedevents.root → treasurer → general_admin → omnipool_admin → economic_parameters → .... All five haveprepare_period=1on testnet runtime, so referenda are votable as soon as the batch is in-block.Files
.claude/skills/test-referenda/SKILL.md— workflow + trigger phrases.claude/skills/test-referenda/script/index.js— the runnable script.claude/skills/test-referenda/script/package.json—@polkadot/apidepCLAUDE.md— added skill to the table.gitignore— addednode_modules/(skill script needsnpm install)Test plan
2.lark— 10 referenda submitted in one block (indices #334–#343), rotation correct, all OK🤖 Generated with Claude Code