Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GuilhermeVozniak
GitHub クリエイタープロフィール

GuilhermeVozniak

3 件の GitHub リポジトリにある 15 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
15
リポジトリ
3
更新
2026-06-12
リポジトリエクスプローラー

リポジトリと代表的な skills

build-test
ソフトウェア品質保証アナリスト・テスター

Build and test the burner-wallet monorepo. Runs signer (Java ME / Ant) and companion (Rust / Cargo) test suites. Use after making code changes to verify correctness, or when the user asks to run tests, build, or check the project.

2026-03-04
commit
ソフトウェア開発者

Create a git commit following this project's Conventional Commits format with DCO sign-off. Use when the user asks to commit changes or when code changes are ready to be committed.

2026-03-04
cross-verify
ソフトウェア品質保証アナリスト・テスター

Verify that the Java ME signer and Rust companion produce identical outputs for the same cryptographic inputs. Use after modifying any BIP39/32/44/84/173 code in either signer/ or companion/core/, or when updating protocol/vectors/.

2026-03-04
crypto-review
情報セキュリティアナリスト

Security-focused review for cryptographic code in signer/ and companion/core/. Validates BIP standard compliance, checks for timing side-channels, verifies test vector coverage, and ensures cross-implementation consistency. Use when modifying files in signer/src/org/burnerwallet/core/, signer/src/org/burnerwallet/chains/, or companion/core/src/.

2026-03-04
java-me-guard
ソフトウェア開発者

Enforces Java ME constraints when writing code in signer/. Prevents Java 5+ language features, validates CLDC 1.1 and MIDP 2.0 API usage, and monitors JAR size. Use whenever editing or creating Java files under signer/src/ or signer/test/.

2026-03-04
psbt-guide
ソフトウェア開発者

Implementation guide for BIP174 PSBT (Partially Signed Bitcoin Transactions) on the Java ME signer. Reference for M1c milestone. Use when working on PSBT parsing, signing, or transaction construction in signer/src/org/burnerwallet/transport/ or signer/src/org/burnerwallet/chains/bitcoin/.

2026-03-04
size-monitor
ソフトウェア開発者

Monitor and optimize the signer JAR size to stay under the 1 MB budget. Use when adding new classes or dependencies to signer/, or when the user is concerned about JAR size.

2026-03-04
analyze-codebase
ソフトウェア開発者

Use this skill whenever the user wants to understand, analyze, or audit a codebase before refactoring. Triggers include: "analyze this project", "what does this codebase do", "give me an overview of the code", "audit dependencies", "map the file structure", "what are the code smells", "assess code quality", "review this project", "what needs refactoring", or any request to understand a codebase before changing it. Also triggers when a user shares a project folder and wants to know where to start. Do NOT use for actually writing refactored code — use refactor-code for that.

2026-06-12
design-patterns
ソフトウェア開発者

Use this skill whenever the user wants to identify, apply, or refactor toward design patterns in their codebase. Triggers include: "apply design patterns", "identify patterns", "what patterns should I use", "refactor to strategy pattern", "apply factory method", "use observer pattern", "code smells that need patterns", "which design pattern fits", "improve architecture with patterns", "decouple this code", "make this extensible", "reduce coupling", "apply SOLID principles", or any mention of a specific GoF pattern name (Factory, Singleton, Observer, Strategy, etc.). Also triggers when the user mentions "Refactoring Guru", "Gang of Four", or "GoF patterns". Works standalone or as a companion to the refactor-code skill during Phase 3 (Transform). Do NOT use for general code analysis — use analyze-codebase for that.

2026-06-12
refactor-code
ソフトウェア開発者

Use this skill whenever the user wants to actually refactor, rewrite, modernize, or transform existing code. Triggers include: "refactor this", "rewrite this code", "convert to hooks", "modernize this", "extract utilities", "clean up this code", "apply the refactor plan", "transform this module", or any request to change code structure while preserving behavior. Also triggers for pattern conversions like "convert class to function", "switch to async/await", "extract shared logic", or "restructure this module". Do NOT use for analysis-only tasks — use analyze-codebase for those. Do NOT use for generating tests — use generate-tests for that.

2026-06-12
generate-tests
ソフトウェア品質保証アナリスト・テスター

Use this skill whenever the user wants to generate tests before refactoring, create a test plan, add safety net tests, lock down behavior with tests, or generate test code for existing modules. Triggers include: "generate tests", "create test plan", "add tests before refactoring", "write tests for this", "I need safety net tests", "test this module", "lock down behavior", or any request to add tests in preparation for code changes. Also use when the user asks to "prepare for refactoring" and needs the testing phase. Do NOT use for running tests or verifying test results — use verify-changes for that.

2026-03-08
verify-changes
ソフトウェア品質保証アナリスト・テスター

Use this skill whenever the user wants to verify refactored code, run a verification checklist, check that refactoring didn't break anything, validate changes before deployment, or assess the quality of a completed refactoring. Triggers include: "verify the refactoring", "check if everything works", "run the verification", "is the refactor safe to deploy", "validate the changes", "compare before and after", "check performance", or any request to ensure refactored code is correct and deployable. Do NOT use for writing refactored code — use refactor-code for that.

2026-03-02
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました