ワンクリックで
effective-go
Apply Go best practices, idioms, and conventions when writing, reviewing, or refactoring go-revjs backend code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Apply Go best practices, idioms, and conventions when writing, reviewing, or refactoring go-revjs backend code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guide for adding HTTP API routes in go-revjs. Use when creating new route modules or REST-style endpoints.
Guide for creating new biz modules in go-revjs. Use when adding business logic modules or generated biz/repo scaffolding.
Use when designing or refactoring react-revjs frontend pages that should feel compact, refined, content-dense, tool-like, doc-like, or suitable for search/detail/BBS style content pages instead of marketing landing pages.
Use when adding or changing js-deob cases, transforms, decoder handling, switch-flattening rules, or deobfuscation pattern support. Requires adding or updating focused tests for the new case and running the full js-deob test suite to confirm existing behavior is not broken.
Use when a react-revjs page component has substantial logic (state, derived values, handlers, side effects) that should be extracted into a dedicated hook file so the TSX file is reduced to pure rendering.
Automate browser interactions, test web pages and work with Playwright tests.
| name | effective-go |
| description | Apply Go best practices, idioms, and conventions when writing, reviewing, or refactoring go-revjs backend code. |
Apply idiomatic Go conventions to revjs backend changes.
internal/, pkg/, or cmd/gofmt-clean.context.Context first in function signatures when the call is request- or task-scoped.NewXxx... naming.log.Named("...").core.WrapData(...) usage when applicable.