All authors
s977043 avatar

Claude Skills by s977043

github.com/s977043
144 skillsA× 143B× 10 installs30 views
Firebase Security RulesA

Detects over-permissive Firestore/Storage rules (allow read, write: if true / auth-only without ownership), missing auth checks on writes, and admin SDK private key exposure to client bundles.

developmentgoapi
0
2
Fix Scope IntegrityA

指摘対応の反復(レビューコメント→修正→再レビュー)で、個別には正しい修正の蓄積が当初スコープを逸脱した(scope creep)、または成立済みの前提("動いていた"状態)を破壊した(premise break)連鎖を diff-time で検出する。技術的正しさとスコープ整合性を別軸で評価し、report-only で finding/question のみ出力する。1コメント単位のトリアージ・構造変更後の caller 残骸・plan 前提解消は隣接 skill へ委譲する

ai-agentsgophp
0
2
Gh Address CommentsA

PRレビューコメントを重要度ごとに整理し、対応方針・修正案・質問をまとめて返信案を作る

ai-agentsgogit
0
2
Hallucinated ReferenceA

差分で新規に導入された import・メソッド呼び出し・ライブラリ API 参照が実在するかを code_search で検証し、AI 生成コード特有の幻覚的参照(存在しない関数・メソッド・モジュール・引数シグネチャ)を検出する

developmentgoapi
0
2
Hello SkillA

Minimal always-on sample skill to guarantee an end-to-end review experience.

ai-agentsgo
0
2
I18n Unused KeyA

Detect i18n/locale keys that are removed from source but remain in locale files, or keys added to locale files without source usage.

developmentgo
0
2
Impact Evidence CoverageA

diff-time で「影響範囲を repo 全体で調査した証拠」「失敗系を検証した証拠」「外部依存・レート制限・キャッシュ整合を確認した証拠」の欠落を検出する evidence-sufficiency 観点。defect そのものは既存 skill へ委譲し、本 skill は「そのリスク種別を調査した証拠が差分・PR 本文・テストに残っているか」の meta 評価のみを行う。証拠が同一 diff に同梱(テスト・canary・grep 記録)されていれば充足とみなす

ai-agentsgosql
0
2
Independent Review SynthesisA

複数の AI / 人間レビュー結果 (review-self / review-external / findings-pool) を統合し、実在性・重大度・対応優先度・merge 可否を検証する。

ai-agentsgoaws
0
2
Invisible Unicode InjectionA

差分に追加されたソースコードへ混入した不可視・危険な Unicode 文字(タグ文字・異体字セレクター・ゼロ幅文字・双方向制御/マーク・変則空白)を検出する。GlassWorm 型サプライチェーン攻撃・ASCII smuggling・Trojan Source(CVE-2021-42574)でコードを不可視化する手口を、決定論的な静的解析(列挙した code point 集合に限定)として捕捉し、canary テストで誤検出の再発を防ぐ

developmentgosql
0
2
Knowledge To Code AlignmentA

リファクタリングを「更新されたチームの理解と、コードが表現する過去の理解の差分同期」と捉え、今回得た新知識(要求・ドメイン知識・制約)が naming と responsibility へ反映されているか、boundary が現在の understanding を表現しているか、diff の削除行やコメントに現れる過去の design history と constraint を失っていないかを diff-time で確認する。Knowledge Delta の signal は diff(追加/削除された hunk・コメント・ADR 参照)を一次情報とし、PR 本文が供給されるときは補助に用い、不確実なら question に留める。ドメイン用語の一貫性は ubiquitous-language-naming、集約/コンテキスト境界の設計判断は bounded-context-language、投機的抽象化・caller special-case は altitude-generalization、スコープ逸脱/前提破壊は fix-scope-integrity、振る舞い変更と...

code-qualitygoexpress
0
2
Laravel Eloquent Nplus1A

Detects N+1 query patterns (relation access inside loops without eager loading), full-table get()/all() loads, and unsafe chunk()/cursor() usage in Laravel Eloquent code.

ai-agentsgophp
0
2
Laravel Mass AssignmentA

Detects mass assignment via create/update($request->all()), unguarded models, and missing authorization on mutating controller actions in Laravel.

developmentgophp
0
2
Loading StateA

Detect missing loading/error/empty state handling that could trap users in spinners or disabled states.

developmentgo
0
2
Logging ObservabilityA

Ensure code changes keep logs/metrics/traces useful for debugging failures and regressions.

code-qualitygodebugging
0
2
Logic TorturingA

変更に含まれる設計判断・実装選択の論理的整合性を徹底的に検証し、確証バイアスを排除して判断精度を高める

code-qualitygoapi
0
2
Modern Web A11y InteractiveA

キーボード操作 / focus 管理 / 動的コンテンツ更新 / ARIA role など、インタラクティブ UI のアクセシビリティ観点を suggestion で提示する。

developmentgoapi
0
2
Modern Web Browser CompatA

新しい Web API / CSS の利用追加に対し、Baseline 状態とブラウザ互換性 / progressive enhancement の有無を suggestion で示す。

developmentjavascriptgo
0
2
Modern Web PerformanceA

画像・スクリプト・スタイル・interaction 変更が LCP / INP / CLS / リソースコストに与える影響を suggestion で提示する。

developmentgoreact
0
2
Modern Web SemanticA

legacy workaround を避け、semantic HTML / Web Platform Native API / modern CSS の利用機会を提示する。

developmentgoapi
0
2
Nextjs App Router BoundaryA

App Router の Server Component でクライアント専用APIを使っていないか確認する。

developmentgoreact
0
2
Nextjs Server Action SecurityA

Checks Next.js Server Actions ('use server') for missing authentication/authorization before mutations, missing input validation, and untrusted client-supplied IDs — treating each action as a public HTTP endpoint.

developmentrustgo
0
2
Normalization ConsistencyA

Detect inconsistencies in ID formatting, date/time display, monetary amounts, and enum/status labels compared to existing patterns in the codebase.

ai-agentsgo
0
2
Nullability ContractA

Detect null/undefined/empty handling gaps where callers or consumers may receive unexpected nullish values.

developmenttypescriptgo
0
2
Pr DescriptionA

Review whether the PR description is review-ready and consistent with the diff (Why/What, impact, tests, linked issues).

ai-agentsgo
0
2
React Router Action ContractA

Checks React Router v7 action conventions: validation errors returned as data with 4xx status (not thrown), redirect on success, and 3-branch ErrorBoundary handling.

developmentgoreact
0
2
React Router Loader BoundaryA

Detects route data fetched in useEffect instead of loaders, server/client API leaks across loader boundaries, and missing HydrateFallback in React Router v7 framework mode.

developmentgoreact
0
2
Refactor Claim AuditA

コミット/PR の「全部置換した」「-N%削減」等の完了主張を grep で反証できる残骸や best/typical/worst 試算で検証し、抽出・集約リファクタでは並列度(Promise.all)/fast-path/遅延評価の性能特性退行と、Map/Set 集約キーの cross-kind 衝突による検出漏れも監査する

developmentgoapi
0
2
Review Automation BoundaryA

Detect review findings that belong in CI/lint/formatter rather than human review.

code-qualitytypescriptgo
0
2
Review Comment TriageA

レビューコメントの重要度ラベリングと対応方針・返信案を整理する。AI はコード修正やパッチ提案を行わない。

ai-agentsgo
0
2
Review Criteria IntegrityA

差分が「その差分自身を審査するレビュー基準・品質ゲート」を弱めていないかを diff-time で検出する。Check 1 レビュールールの削除・弱体化(.river/rules.md / .river/rules.d/*)、Check 2 実行時コンフィグの閾値・ゲート緩和(.river-review.{json,yaml,yml} の review.severity 引き下げ / exclude 拡大 / memory.suppressionEnabled 無効化 / selection.skills.exclude 追加)、Check 3 suppression entry の新規追加、Check 4 lint・静的解析設定からのルール削除や無効化、Check 5 branch protection・required check の緩和、の 5 Check を対象とし、これらが機能変更と同一 PR に混在し、かつ意図の宣言が無い場合に指摘する。report-only。workflow の permissions / action pin は gha-workflow-sec...

developmentrustgo
0
2
Review Policy Standard MidstreamA

Applies standard AI review policy guidelines for midstream (implementation) phase reviews.

developmentgojava
0
2
Secret Credential ScanA

差分に追加された API キー・トークン・credential・秘密鍵・.env 値・個人ローカルパスなどの機密情報を、言語・ファイル種別に依存せず検出する。決定論的に判定できる範囲は CI(gitleaks 等)へ移譲しつつ、レビューで取りこぼしを補足する

developmentgosql
0
2
Security BasicA

Check common security risks in application code (SQLi, XSS, secrets).

developmentgosql
0
2
Self ContradictionA

同一ファイル/隣接ファイル内で「規則Xを守れ」と宣言した直後にXを破っている、宣言と実装の乖離を検出する

ai-agentsgo
0
2
Supabase Rls PolicyA

Detects tables created without ROW LEVEL SECURITY enabled, over-permissive policies (USING (true) / WITH CHECK (true) without owner conditions), and service_role key exposure in client code.

developmentgosql
0
2
Suppression FeedbackA

Riverbed Memory の suppression entry を活用するときの判断基準と CLI 操作を案内する。

developmentgobash
0
2
Tailwind Class HygieneA

Checks Tailwind utility class hygiene at the syntax level: arbitrary-value overuse that bypasses the theme scale, conflicting/duplicate utilities on one element, and hardcoded arbitrary colors that should use design tokens.

developmentgovue
0
2
Type Driven DesignA

Detect primitive obsession and missing domain/brand types; check that state is modeled via discriminated unions.

developmenttypescriptgo
0
2
Typescript NullcheckA

Enforce null/undefined safety for changed TypeScript code and suggest safer patterns.

developmenttypescriptgo
0
2
Typescript StrictA

Enforce TypeScript strictness by reducing any/unsafe assertions and ensuring null handling.

developmenttypescriptgo
0
2
Ubiquitous Language NamingA

Detects domain terms drifting between code identifiers and the established ubiquitous language (same concept under different names, or different concepts sharing a name).

developmentgoapi
0
2
Vitest Mock IsolationA

Detects Vitest test-isolation hazards: unrestored vi.spyOn/vi.mock without afterEach cleanup or restoreMocks config, un-awaited resolves/rejects assertions, and shared mutable module state across tests.

developmentgotesting
0
2
War GameA

攻撃者・競合・悪意あるユーザーの視点で変更を分析し、防御の盲点と悪用シナリオを可視化する

developmentgosql
0
2
Adr Decision QualityA

Ensure ADRs capture context, decision, alternatives, tradeoffs, and follow-ups in a way that prevents future drift.

code-qualitygoapi
0
2
Ai Agent Review ReadinessA

Checks whether AI-assisted work defines review criteria, accessible context, explicit review loop, human judgment boundary, and feedback capture before delegating to an agent.

ai-agentsgogit
0
2
Api DesignA

Ensure API design follows RESTful naming and consistent conventions.

developmentgoapi
0
2
Api Versioning CompatA

Ensure API/contract changes specify versioning strategy, backward compatibility, deprecation plan, and migration guidance.

developmentgoapi
0
2
Architecture BoundariesA

Ensure architecture/design docs define clear boundaries, ownership, dependency direction, and change impact to avoid tight coupling.

code-qualitygoapi
0
2
Architecture DiagramsA

Ensure architecture diagrams are readable, consistent with text, and clear on scope, boundaries, and data flow.

code-qualitygo
0
2
Architecture Risk RegisterA

Ensure design docs explicitly capture risks, assumptions, and open questions with owners, deadlines, and mitigation plans.

code-qualitygo
0
2