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

patrykkopycinski

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

収集済み skills
123
リポジトリ
3
更新
2026-07-01
リポジトリエクスプローラー

リポジトリと代表的な skills

plugin-self-eval-loop
ソフトウェア品質保証アナリスト・テスター

Self-evaluation loop for the treadmill Claude plugins pack. Runs cursor-plugin-evals against bundled skills, tracks quality over time, and escalates recurring failures via PAMS. Use periodically or before publishing plugin updates.

2026-07-01
shape-auto-implement
ソフトウェア開発者

Autonomously implement technical plans from context/changes/<change-id>/plan.md under Codex's /goal — no human interaction at any point. Sibling of /shape-implement for unattended runs, in an interactive /goal session or headless via Codex -p. Flips the plan's Automated Progress rows, verifies each phase through an automatic quality-gate stack (plan success criteria, deliberate-break check, full suite), commits each phase on green with Conventional Commits, and surfaces pending Manual rows as a closing human checklist. Use when the user wants autonomous or unattended plan execution, pairs /goal with a plan, asks to "run the plan under /goal", or needs headless implementation.

2026-07-01
shape-impl-review
ソフトウェア品質保証アナリスト・テスター

Review implementation against plan for drift, dangerous decisions, and pattern compliance

2026-07-01
shape-implement
ソフトウェア開発者

Implement technical plans from context/changes/<change-id>/plan.md with verification

2026-07-01
shape-plan-review
ソフトウェア開発者

Review implementation plans for substance, feasibility, and architectural fitness. Use when user asks to review a plan, says "is this plan good", "check my plan", "review this plan", mentions plan review, or references a plan file and asks for feedback. Also trigger when user finishes /shape-plan and wants validation before starting /shape-implement.

2026-07-01
shape-tdd
ソフトウェア開発者

Drive an approved implementation plan to completion phase by phase, test-first, through the red→green→refactor cycle, but only for phases whose implementation does not exist yet. Reads a plan from context/changes/<change-id>/plan.md and the canonical Progress section, and for each phase first checks whether the phase is TDD'able and still unimplemented — if it is, you write a failing test (RED), make it pass with the minimal code (GREEN), then clean up (REFACTOR); if it is not TDD'able, you redirect that phase to /shape-implement; if implementation is already present, you stop and explain that TDD does not work for already existing code, then suggest /shape-implement for that phase. Mirrors /shape-implement (same plan, same Progress source of truth, same phase-end commit ritual and clipboard handoffs) but flips the order so the failing test always comes before the code. Assumes test infrastructure is already in place — it does NOT set up runners, configs, fixtures, or CI. Use this skill when the user says "td

2026-07-01
shape-impl-review-ci
ソフトウェア品質保証アナリスト・テスター

Run implementation review non-interactively in CI against a PR: discovers the plan, checks drift/safety/patterns/test coverage, writes context/changes/<change-id>/reviews/impl-review.md, commits it to the PR branch, and posts a summary comment. Use whenever the request mentions CI, GitHub Actions, GHA, Codex Action, automated PR review, or "review this PR in CI".

2026-07-01
shape-roadmap
ソフトウェア開発者

Generate context/foundation/roadmap.md from a PRD as an ordered set of vertical, end-to-end slices. Use AFTER /shape-prd (and after the tech-stack selection / bootstrap step, when applicable) to turn a holistic PRD into a sequence of user-visible milestones a programmer can pick off and hand to /shape-plan. Trigger phrases: "write the roadmap", "generate roadmap", "create the roadmap from PRD", "stwórz roadmapę", "turn PRD into a roadmap", "what should I build first". Do NOT use for per-change planning — that's /shape-plan's job.

2026-07-01
このリポジトリの収集済み skills 79 件中、上位 8 件を表示しています。
llm-eval-observatory
ソフトウェア開発者

Debug and analyze LLM eval runs — view traces, compare runs, investigate failures, track costs. Use when debugging @kbn/evals failures, comparing eval runs, or analyzing LLM performance.

2026-03-27
security-inbox
情報セキュリティアナリスト

Start your security session with a personalized briefing — attacks, alerts, cases, rules, threat intel. Use as the first thing when starting security work.

2026-03-27
cluster-onboarding
ネットワーク・コンピュータシステム管理者

Guide users from zero to a working Elastic cluster — Cloud or on-prem, connection config, first queries, and next steps.

2026-03-27
o11y-service-dashboard
ネットワーク・コンピュータシステム管理者

Interactive guide for creating an APM service overview dashboard — discovers service data, presents metrics, and creates a tailored dashboard.

2026-03-27
o11y-slo-setup
ネットワーク・コンピュータシステム管理者

Interactive guide for creating SLOs from discovered APM and metric data — identifies candidates, lets user configure targets, and creates SLOs.

2026-03-27
search-index-management
データベースアーキテクト

Create, configure, and manage Elasticsearch indices — mappings, settings, templates, data streams, and lifecycle policies.

2026-03-27
security-alert-triage
情報セキュリティアナリスト

Interactive workflow for investigating and triaging security alerts — from alert review through enrichment, investigation, and resolution.

2026-03-27
security-case-management
情報セキュリティアナリスト

Guide for creating and managing security investigation cases — from case creation through alert attachment, investigation tracking, and resolution.

2026-03-27
このリポジトリの収集済み skills 39 件中、上位 8 件を表示しています。
workflows-custom-steps
ソフトウェア開発者

Register and implement custom workflow steps from an external Kibana plugin using `@kbn/workflows-extensions`. Use when adding or modifying a step type with `registerStepDefinition`, designing input/output/config Zod schemas, implementing `createServerStepDefinition` / `createPublicStepDefinition`, choosing `StepCategory`, building `editorHandlers` (selection / dynamicSchema), wiring `callKibanaApi` / `onCancel`, deciding sync vs async loader registration, updating `APPROVED_STEP_DEFINITIONS`, or reviewing PRs that touch any of these.

2026-06-01
flaky-test-investigator
ソフトウェア品質保証アナリスト・テスター

Investigate Scout and FTR flaky test failures in Kibana. Use when triaging a failed-test issue, a Buildkite-reported failure, a test path that has been failing intermittently, or any time the user asks to look at a flaky test, deflake a test, or stabilize a test.

2026-06-01
scout-migrate-from-ftr
ソフトウェア品質保証アナリスト・テスター

Single entry point for migrating Kibana Functional Test Runner (FTR) tests to Scout. Plans the migration first, asks the user to review the plan, then executes it and runs the new tests. Use when migrating FTR tests to Scout, triaging FTR suites for Scout readiness, deciding UI vs API vs RTL/Jest, mapping FTR services/page objects/hooks to Scout fixtures, or splitting loadTestFile patterns.

2026-05-22
scout-ui-testing
ソフトウェア品質保証アナリスト・テスター

Use when creating, updating, debugging, or reviewing Scout UI tests in Kibana (Playwright + Scout fixtures), including page objects, browser authentication, parallel UI tests (spaceTest/scoutSpace), a11y checks, and flake control.

2026-05-22
scout-best-practices-reviewer
ソフトウェア品質保証アナリスト・テスター

Review Scout UI/API tests (including Scout test migrations) for best practices, reuse, and parity.

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