@@ -19,42 +19,36 @@ Review iOS SwiftUI code and screens for Bitcoin-specific UX correctness, iOS HIG
1919
20201 . Read the target file(s) before commenting.
21212 . Apply the rubric in ` references/bitcoinui-rubric.md ` .
22- 3 . Report issues by severity with line numbers, a short snippet, and a concrete fix. Include a direct URL in each Reference line.
23- 4 . For Bitcoin-specific issues, include at least one Bitcoin Design Guide or BIP URL in the Reference line.
22+ 3 . Report issues by severity with line numbers, a short snippet, and a concrete fix. Include a direct URL in each Ref line.
23+ 4 . For Bitcoin-specific issues, include at least one Bitcoin Design Guide or BIP URL in the Ref line.
24245 . Suggest BitcoinUI components when they would reduce errors or improve consistency.
25- 6 . Omit any severity section with 0 issues (including LOW ).
26- 7 . LOW is for optional polish/consistency notes; skip it if there are no meaningful suggestions.
25+ 6 . Omit any severity section with 0 findings (including Low ).
26+ 7 . Low is for optional polish/consistency notes; skip it if there are no meaningful suggestions.
27278 . Do not modify code unless the user asks; offer to fix if appropriate.
2828
2929## Output Format
3030
31- Start directly with the ` BITCOINUI REVIEW ` block; do not add any preamble text before it.
32- Omit any severity section with 0 issues (including LOW ).
31+ Start directly with the ` BITCOINUI ` block; do not add any preamble text before it.
32+ Omit any severity section with 0 findings (including Low ).
3333
3434```
35- ===============================================
36- BITCOINUI REVIEW: [filename]
37- ===============================================
38-
39- HIGH (X issues)
40- ------------------
41- [UX] Line 42: Missing warning for fee > amount
42- Fix: Add a warning state when fee >= 50% of amount.
43- Reference: Bitcoin Design Guide — Send fees https://bitcoin.design/guide/daily-spending-wallet/sending/send-fees/
44-
45- MEDIUM (X issues)
46- ------------------
47- [A11Y] Line 18: Icon-only button has no label
48- Fix: Add accessibilityLabel("Close")
49- Reference: iOS HIG — Accessibility https://developer.apple.com/design/human-interface-guidelines/accessibility
50-
51- LOW (X issues)
52- ------------------
53- ...
54-
55- ===============================================
56- SUMMARY: X high, X medium, X low
57- ===============================================
35+ BITCOINUI
36+
37+ [file-or-folder]
38+ Findings: X high, X medium, X low
39+
40+ High
41+ 1) [UX L42] Missing warning for fee > amount
42+ Fix: Add a warning state when fee >= 50% of amount.
43+ Ref: Bitcoin Design Guide — Send fees https://bitcoin.design/guide/daily-spending-wallet/sending/send-fees/
44+
45+ Medium
46+ 1) [A11Y L18] Icon-only button has no label
47+ Fix: Add accessibilityLabel("Close")
48+ Ref: iOS HIG — Accessibility https://developer.apple.com/design/human-interface-guidelines/accessibility
49+
50+ Low
51+ 1) ...
5852```
5953
6054## References
0 commit comments