Skip to main content
bitwarden
GitHub クリエイタープロフィール

bitwarden

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

収集済み skills
101
リポジトリ
8
更新
2026年8月28日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
ai-plugins
64 件の skills · 2026年8月26日
ソフトウェア開発者プロジェクト管理専門家情報セキュリティアナリストソフトウェア品質保証アナリスト・テスターウェブ・デジタルインターフェースデザイナーグラフィックデザイナー
7 件の職業カテゴリ · 84% 分類済み
63%比率
#02
ios
11 件の skills · 2026年8月28日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者プロジェクト管理専門家
3 件の職業カテゴリ · 91% 分類済み
11%比率
#03
clients
8 件の skills · 2026年8月28日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 88% 分類済み
7.9%比率
#04
android
8 件の skills · 2026年8月14日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
7.9%比率
#05
server
6 件の skills · 2026年8月26日
ソフトウェア開発者データベースアーキテクト
2 件の職業カテゴリ · 83% 分類済み
5.9%比率
#06
gh-actions
2 件の skills · 2026年7月31日
その他コンピュータ職
1 件の職業カテゴリ · 100% 分類済み
2%比率
#07
agent-access
1 件の skills · 2026年5月18日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1%比率
#08
sdk-internal
1 件の skills · 2026年6月24日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
1%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

reviewing-claude-config
未分類

Reviews Claude configuration files for security, structure, and prompt engineering quality. Use when reviewing changes to CLAUDE.md, agents, prompts, commands, hooks, or settings. Routes each file type to a targeted review skill and returns classified…

2026年8月26日
performing-multi-agent-code-review
未分類

Perform a rigorous, multi-agent code review with architecture-compliance, parallel quality/security analysis, finding validation, and severity audit. Use when the user asks for a structured, deep, thorough, multi-pass, or multi-agent code review — or a review…

2026年8月25日
posting-review-summary
未分類

Use this skill when posting the final summary comment after all inline comments are posted. Apply as the LAST step of code review after all findings are classified and inline comments are complete. Detects context (agent mode sticky comment, GitHub Actions…

2026年8月25日
managing-workflow-secrets
未分類

Bitwarden's canonical pattern for using a secret inside a GitHub Actions job: authenticate to Azure with the OIDC triad, pull the secret from an Azure Key Vault via the bitwarden/gh-actions composite actions (azure-login → get-keyvault-secrets →…

2026年8月24日
filing-breakdown-tasks
未分類

Turn a tech breakdown's tasks.md into Jira ticket drafts — an epic parent plus one child story/task per task entry, each a real ticket with acceptance criteria and mapped Blocked-by/Depends-on links — then hand off to filing-jira-tickets to file them.

2026年8月21日
writing-manual-test-cases
未分類

Use when authoring NEW manual test cases in Gherkin format from a feature description, Jira ticket, acceptance criteria, PR, or design doc — the kind a QA engineer imports into Testmo. Triggers on "write test cases for", "manual test cases", "Gherkin…

2026年8月21日
reviewing-command-definitions
未分類

Reviews Claude Code slash command and prompt files for purpose clarity, completeness, shell-execution safety, and correct skill references. Use when reviewing changes to commands/**/*.md at any location, or .claude/prompts/**/*.md. Flags argument…

2026年8月21日
reviewing-agent-definitions
未分類

Reviews Claude Code agent definition files for tool-access security, triggering quality, and system prompt clarity. Use when reviewing changes to agents/<name>.md or agents/<name>/AGENT.md, whether under .claude/agents/ or inside a plugin. Flags…

2026年8月21日
収集済み skill 64 件中 8 件を表示しています。
evaluating-sdk-internal-updates
ソフトウェア開発者

Evaluates a bitwarden/ios "Update SDK to" PR against the sdk-swift commit range for compile-time, runtime and serialization breaking changes, maps affected symbols to iOS call sites, and applies clear in-scope fixes. Use when reviewing an SDK bump PR, a…

2026年8月28日
audit-build-warnings
未分類

Build the Bitwarden iOS app, capture all compiler and lint warnings, categorize them into Swift 6 concurrency vs actionable, and interactively fix the actionable ones. Use when asked to "audit build warnings", "fix warnings", "clean up warnings", "build…

2026年8月26日
reviewing-changes
ソフトウェア品質保証アナリスト・テスター

Performs comprehensive code reviews for Bitwarden iOS projects, verifying architecture compliance, style guidelines, compilation safety, test coverage, and security requirements. Use when reviewing pull requests, checking commits, analyzing code changes,…

2026年8月17日
fixing-flaky-tests
ソフトウェア品質保証アナリスト・テスター

Diagnose and fix flaky (intermittently failing) tests in Bitwarden iOS. Finds the root cause of non-deterministic test failures (race conditions, timing issues, shared state, order dependence), applies a targeted fix, then stress-tests the fix by running the…

2026年7月16日
implementing-ios-code
ソフトウェア開発者

Implement, write code, add a new screen, create a feature, new view, new processor, or wire up a new service in Bitwarden iOS. Use when asked to "implement", "write code", "add screen", "create feature", "new view", "new processor", "add service", or when…

2026年7月14日
build-test-verify
ソフトウェア品質保証アナリスト・テスター

Build the project, run tests, lint, format, spell check, generate mocks, or verify the build passes for Bitwarden iOS. Use when asked to "build", "run tests", "lint", "format", "verify build", "check if it compiles", "run swiftlint", "run swiftformat",…

2026年6月29日
testing-ios-code
ソフトウェア品質保証アナリスト・テスター

Write tests, add test coverage, unit test, or add missing tests for Bitwarden iOS. Use when asked to "write tests", "add test coverage", "test this", "unit test", "add tests for", "missing tests", or when creating test files for new implementations.

2026年6月5日
converting-xctest-to-swift-testing
ソフトウェア品質保証アナリスト・テスター

Convert an XCTest file to Swift Testing framework. Use when asked to "convert to Swift Testing", "migrate XCTest", "convert test file", "xctest to swift testing", "migrate tests to Swift Testing", or when explicitly asked to convert existing XCTest-based…

2026年5月12日
収集済み skill 11 件中 8 件を表示しています。
evaluating-sdk-internal-updates
未分類

Evaluates a bitwarden/clients "Update sdk-internal to" PR against the sdk-internal commit range for compile-time and runtime breaking changes, maps affected symbols to TypeScript call sites, and applies clear in-scope fixes. Use when reviewing an SDK bump PR,…

2026年8月28日
figma-to-angular
ウェブ開発者

Converts Figma designs into production Angular components with Storybook stories for the Bitwarden Clients monorepo. Use this skill whenever the user provides a Figma URL and wants to create an Angular component, or mentions "implement this design", "create a…

2026年7月21日
writing-client-code
ソフトウェア開発者

Bitwarden client code conventions for Angular and TypeScript. Use when creating components, services, or modifying web/browser/desktop apps.

2026年4月21日
fix-angular-fixmes
ソフトウェア品質保証アナリスト・テスター

Resolves eslint-disable suppression comments throughout the Bitwarden clients codebase by fixing the underlying issue. Use when the user asks to "fix FIXMEs", "fix eslint suppressions", "clean up eslint-disable-next-line", "resolve CL-764", "resolve CL-903",…

2026年4月7日
cipher-type-planner
ソフトウェア開発者

Plans the creation or modification of a cipher type (vault item type) across the Bitwarden clients monorepo. Use this skill when a user wants to add a new cipher type, modify an existing cipher type, or asks about what is needed to implement a cipher type. DO…

2026年4月6日
create-hec-event-integration
ソフトウェア開発者

Use when adding a new HEC (HTTP Event Collector) event integration to the Bitwarden web client. Implements the Splunk token authentication model (Bearer token + URI). Covers feature flag setup and card registration behind the flag. Does not apply to API key…

2026年4月6日
create-pull-request
ソフトウェア開発者

Pull request creation workflow for Bitwarden Clients. Use when creating PRs, writing PR descriptions, or preparing branches for review. Triggered by "create PR", "pull request", "open PR", "gh pr create", "PR description".

2026年3月20日
angular-modernization
ソフトウェア開発者

Modernizes Angular code such as components and directives to follow best practices using both automatic CLI migrations and Bitwarden-specific patterns. YOU must use this skill when someone requests modernizing Angular code. DO NOT invoke for general Angular…

2025年12月5日
evaluating-sdk-internal-updates
ソフトウェア開発者

Evaluates a bitwarden/android "Update SDK to" PR against the sdk-internal commit range for compile-time and runtime breaking changes, maps affected symbols to Android call sites, and applies clear in-scope fixes. Use when reviewing an SDK bump PR, a…

2026年8月14日
implementing-android-code
ソフトウェア開発者

This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository",…

2026年5月22日
interacting-with-android-device
ソフトウェア開発者

Instructions for capturing UI state, comparing with mocks, and interacting with an Android device using MCP tools backed by ADB.

2026年5月7日
reviewing-changes
ソフトウェア品質保証アナリスト・テスター

Android-specific code review checklist and MVVM/Compose pattern validation for Bitwarden Android — use this for any review task, even if the user doesn't explicitly ask for a "checklist". Detects change type automatically and loads the right review strategy…

2026年4月30日
testing-android-code
ソフトウェア品質保証アナリスト・テスター

This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents",…

2026年4月21日
build-test-verify
ソフトウェア開発者

Build, test, lint, and deploy commands for the Bitwarden Android project. Use when running tests, building APKs/AABs, running lint/detekt, deploying, using fastlane, or discovering codebase structure. Triggered by "run tests", "build", "gradle", "lint",…

2026年3月27日
planning-android-implementation
ソフトウェア開発者

Architecture design and phased implementation planning for Bitwarden Android. Use when planning implementation, designing architecture, creating file inventories, or breaking features into phases. Triggered by "plan implementation", "architecture design",…

2026年3月4日
refining-android-requirements
プロジェクト管理専門家

Requirements gap analysis and structured specification for Bitwarden Android. Use when refining requirements, analyzing specs, identifying gaps, or producing structured specifications from tickets or descriptions. Triggered by "refine requirements", "gap…

2026年3月4日
writing-server-code
未分類

Bitwarden server code conventions for C# and .NET. Use when working in the server repo, creating commands, queries, services, or API endpoints. Also use when writing xUnit tests with `SutProvider`/`BitAutoData`, registering DI, or generating entity IDs.

2026年8月26日
exploring-bitwarden-data
データベースアーキテクト

Read-only exploration of a local Bitwarden development database — answer business questions from live data, verify seeded fixtures, and introspect schema. Use whenever the user wants to query, count, look up, verify, or explore data in a local Bitwarden…

2026年7月8日
bump-rust-sdk
ソフトウェア開発者

Bump the server's util/RustSdk `bitwarden-crypto` git-rev pin to a bitwarden/clients release — map the client's sdk-internal version to a commit, fix breaking changes, then verify.

2026年7月8日
implementing-dapper-queries
ソフトウェア開発者

Implementing Dapper repository methods and stored procedures for MSSQL at Bitwarden. Use when creating or modifying Dapper repositories, writing stored procedures, or working with MSSQL-specific data access in the server repo. Also use when writing MSSQL…

2026年4月21日
implementing-ef-core
ソフトウェア開発者

Implementing Entity Framework Core repositories and migrations for PostgreSQL, MySQL, and SQLite at Bitwarden. Use when creating or modifying EF repositories, generating EF migrations, or working with non-MSSQL data access in the server repo. Also use when…

2026年4月21日
writing-database-queries
データベースアーキテクト

Bitwarden database architecture, migrations, and dual-ORM strategy. Use when working with `.sql` files, stored procedures, EF migrations, or database schema changes. Also use when deciding whether a change needs both Dapper and EF Core implementations, or…

2026年4月21日
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました