What is your favorite flavor of ice cream?
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
| - Vote Requirements: veMOBILE | |
| - Vote at: https://modular.heliumvote.com/?network=Helium+MOBILE | |
| ## Summary | |
| This is a vote for selecting five candidates to join the group of 10 members of the MOBILE Working Group. The five candidates with the most votes will be selected to become the Even Class for the next 6-month term. | |
| *** | |
| ## Details | |
| Voting for this proposal will count your veMOBILE as a "yes" in support of each candidate that you have selected. There are not any "no" votes. |
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
| #!/bin/bash | |
| # Function to verify a single program | |
| verify_program() { | |
| local program_dir=$1 | |
| local max_attempts=5 | |
| local attempt=1 | |
| # Get the base name and convert hyphens to underscores | |
| library_name=$(basename "$program_dir" | tr '-' '_') |
| name | review-with-me |
|---|---|
| description | Review a PR together — runs /code-review in the background with findings held back, quizzes you on the mechanism, callsites, and edge cases while you read the diff yourself, then reveals the findings, reconciles them against your answers, and posts the ones that survive as inline PR comments you approve one at a time. Use for "review this PR with me", "quiz me on PR N", "/review-with-me 371". |
A PR review is finished when the human understands the change, not when a tool prints findings. This skill runs the automated review and the human's own read in parallel, tests the human's understanding before showing any findings, and only then writes comments.