| name | description |
|---|---|
githuman-review |
Reviews staged changes using GitHuman, waits for user approval, and manages
the commit process based on review outcome. The skill will start githuman serve,
allow user to review and approve changes, then either commit the code or apply
requested changes before asking for review again.
|
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
| <template> | |
| <stripe-pricing-table | |
| pricing-table-id="”YOUR_PRICING_TABLE_ID”" | |
| publishable-key="”YOUR_PUBLISHABLE_KEY”" | |
| :client-reference-id="”authStore.user!.id”" | |
| :customer-email="”authStore.user!.email”" | |
| > | |
| </stripe-pricing-table> | |
| </template> |