Skip to main content

이 저장소의 skills

s977043/river-review - 2페이지

SkillsMP는 s977043/river-review에서 138개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

s977043/river-review

수집된 skill 138개 중 40개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 다국어 혼합

업데이트
직업 분류
정보 보안 분석가
설명

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.

원문 언어: 일본어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

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

원문 언어: 일본어

업데이트
직업 분류
웹 개발자
설명

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.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure API design follows RESTful naming and consistent conventions.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure design changes stay consistent across ADRs, diagrams, and specs; decisions are traceable; and drift is explicitly managed.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Detect missing validation plans (how to verify the design is correct) in design documents and ADRs.

원문 언어: 다국어 혼합

업데이트
직업 분류
소프트웨어 개발자
설명

Detect undefined or inconsistent cache strategies (layers, consistency, invalidation, TTL, failure handling) in design documents.

원문 언어: 다국어 혼합

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure designs define data flow, state ownership, consistency boundaries, and cross-boundary writes to prevent drift and incidents.

원문 언어: 일본어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Ensure data model/DB designs cover constraints, integrity, indexes, migrations, rollback, and operational impacts.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure event-driven designs specify delivery guarantees, ordering, idempotency, schema evolution, and replay/backfill strategy.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure designs document third-party dependencies, SLAs, quotas, failure modes, and vendor lock-in mitigation.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure designs specify failure modes, timeouts, error contracts, and observability for critical flows.

원문 언어: 일본어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Reviews Laravel migrations for destructive operations, change() dropping modifiers, locking index creation on large tables (PostgreSQL), and asymmetric down().

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure design/ADR changes include a concrete migration plan, rollout strategy, rollback conditions, and compatibility considerations.

원문 언어: 일본어

업데이트
직업 분류
데이터베이스 아키텍트
설명

スキーマ/データ移行の安全性を framework 非依存で審査する。破壊的スキーマ変更・ロック誘発・backfill・ロールバック可逆性・expand-contract の段階適用を、prisma / typeorm / Rails / Django / Alembic / 生 SQL などに横断適用する。

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure OpenAPI specs define consistent request/response schemas, error model, auth, pagination, and backward compatibility.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure designs define operability basics: SLO/SLI, monitoring, alerting, on-call actions, and incident handling expectations.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

実装差分が plan / todo / test-cases アーティファクトの方針と一致しているかを検査し、逸脱・漏れ・意図外変更を検知する

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

変更が将来インシデントや技術的負債を引き起こすと仮定し、その原因と経路を逆算して設計の盲点を可視化する

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Ensure requirement docs define scope, terminology, acceptance criteria, edge cases, and non-functional requirements.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

Review data retention, deletion, backup residency, and cross-border data transfer.

원문 언어: 다국어 혼합

업데이트
직업 분류
소프트웨어 개발자
설명

Ensure designs define trust boundaries, authn/authz responsibilities, and propagation of identity/claims across services.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Find missing tests for critical paths, edge cases, and failure handling in changed code.

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Check whether changed code paths have corresponding tests and suggest minimal coverage.

원문 언어: 일본어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

新規追加された UI コンポーネントに、variants(種類)とインタラクティブ状態(hover / focus / disabled / loading / error)が定義・文書化されているかを確認し、状態設計の欠落を検出する

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

モジュール/スキルの構造変更で当該ファイルは更新したが、caller 側が古い構造(旧参照・旧シグネチャ・旧採番)を参照したまま残るパターンを検出する

원문 언어: 일본어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

リポジトリに DESIGN.md やデザイントークン定義が存在する場合に、新規 UI 実装の色・余白・フォントサイズ・角丸・シャドウがその定義済みスケールに準拠しているかを照合する。定義が無ければ実行しない

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

宣言した処理(計測 / 通知 / 保存 / 検証 / 例外通知)が起点から末端まで途切れず配線されているかを確認し、「実装したつもり」で経路が途中で止まっている欠落を検出する

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 일본어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 일본어

업데이트
수집된 skill 138개 중 40개를 표시합니다.