Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

keppo-old

keppo-old には keppoai から収集した 24 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
24
Stars
7
更新
2026-04-09
Forks
5
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

security-review-recent
情報セキュリティアナリスト

Review recent code changes and broad codebase areas for critical and high severity security vulnerabilities. Use when Codex needs to clear `./out-security-review`, select 25 non-doc, non-test files split across past-day commits, past-week commits, and broad codebase coverage, group them into 6-8 review buckets, spawn one security-review sub-agent per review bucket, persist each candidate finding to `./out-security-review/<starting_filename>_<timestamp>.md` using a filename-safe UTC ISO 8601 basic timestamp like `20260331T214512Z`, re-verify every candidate with fresh sub-agents, and emit final confirmed findings for responsible disclosure.

2026-04-09
create-video-demo
ソフトウェア開発者

Record a short Playwright-based product demo video for significant UI or user-visible functionality changes. Use when Codex needs to show a workflow in motion for a PR, either by recording an existing targeted E2E spec or by creating a disposable one-off Playwright spec that captures the changed behavior in under a minute, then uploading the final video to Vercel Blob and preparing a PR comment body that says "Demo at commit {hash}" with a 1-2 sentence summary and durable hosted link.

2026-04-04
code-architect-recent
ソフトウェア開発者

Review the last 7 days of recent commits for large architecture improvements that dramatically improve maintainability. Use when the agent needs to clear `./out-code-architect`, select 25 non-doc, non-test files from recent commits across different parts of the repo, spawn one architecture-review sub-agent per starting file, persist each candidate finding to `./out-code-architect/<starting_filename>_<timestamp>.md` using a filename-safe UTC ISO 8601 basic timestamp like `20260331T214512Z`, re-verify every candidate with fresh sub-agents, and emit final confirmed findings for issue filing.

2026-04-03
bug-finder-recent
ソフトウェア品質保証アナリスト・テスター

Review the last 7 days of recent commits for critical and high severity bugs that break user experience. Use when the agent needs to clear `./out-bug-finder`, select 25 non-doc, non-test files from recent commits across different parts of the repo, spawn one bug-review sub-agent per starting file, persist each candidate finding to `./out-bug-finder/<starting_filename>_<timestamp>.md` using a filename-safe UTC ISO 8601 basic timestamp like `20260331T214512Z`, re-verify every candidate with fresh sub-agents, and emit final confirmed findings for issue filing.

2026-04-03
keppo-check-workflows
ソフトウェア開発者

Review recent GitHub Actions workflow runs, separate expected noise from actionable failures, and write a machine-readable workflow health report for deterministic post-agent issue handling.

2026-04-01
setup-pr-push
ソフトウェア開発者

Print the full host-side `scripts/pr.sh` command needed to create or switch to a feature branch, commit current changes, push, and open or update a PR outside the Docker sandbox using explicit flag-style inputs.

2026-03-30
commit-and-push
ソフトウェア開発者

Commit all working-tree and untracked changes in git, then push to the current branch using an automatically generated Conventional Commit message.

2026-03-27
commit
ソフトウェア開発者

Commit all working-tree and untracked changes in git using an automatically generated Conventional Commit message.

2026-03-27
create-plan
プロジェクト管理専門家

Create an implementation plan in plans/ with clear goal, actionable checklists, and specific file references.

2026-03-27
deflake-e2e-recent-commits
ソフトウェア品質保証アナリスト・テスター

Automatically gather flaky E2E tests from recent CI runs on the main branch and from recent PRs by wwwillchen/wwwillchen-bot/keppo-bot, then deflake them.

2026-03-27
deflake-e2e
ソフトウェア品質保証アナリスト・テスター

Triage and fix targeted E2E failures or flakes using CI artifacts, traces, local repros, and the smallest real product, fixture, or harness change.

2026-03-27
deflake-github-e2e-tests
ソフトウェア品質保証アナリスト・テスター

Investigate flaky GitHub Actions end-to-end test runs for the "E2E main" workflow on push events to main, cluster warnings, errors, and failures across runs, identify the dominant root causes, implement fixes in application or test infrastructure code, validate the result, and then hand off the ready branch to the pr-push skill when that skill is available.

2026-03-27
design-critique
ウェブ・デジタルインターフェースデザイナー

Systematic UI screenshot critique. Analyzes interface screenshots and delivers specific, actionable feedback organized by visual design, interface design, interaction consistency, and user context.

2026-03-27
generate-image
ソフトウェア開発者

Generate an image using the Dyad engine API and save it locally.

2026-03-27
green-e2e
ソフトウェア品質保証アナリスト・テスター

Run the full E2E suite and fix root-cause failures in application code (not test hacks).

2026-03-27
keppo-multi-pr-review
ソフトウェア品質保証アナリスト・テスター

Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. Issues are validated using reasoned analysis rather than simple vote counting. Reports merge verdict (YES / NOT SURE / NO). Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues in a collapsible section.

2026-03-27
keppo-pr-fix-actions
ソフトウェア開発者

Fix failing CI checks and GitHub Actions on a Pull Request.

2026-03-27
keppo-pr-fix-comments
ソフトウェア開発者

Read all unresolved GitHub PR comments from trusted authors and address or resolve them appropriately.

2026-03-27
keppo-pr-fix
ソフトウェア開発者

Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.

2026-03-27
pr-push
ソフトウェア開発者

Commit all working-tree and untracked changes on a feature branch, push the branch, and open a GitHub pull request with a Conventional Commit-style title, a concise summary, and a collapsed rationale section. If the current branch is `main`, create and switch to a feature branch first. When a PR already exists, fetch its current title and description, synthesize them with the new changes, and update the PR — never silently overwrite useful existing content. Use when Codex needs to finish the full git handoff flow after implementing changes and the user wants a branch-safe commit, push, and PR creation sequence.

2026-03-27
pr-rebase
ソフトウェア開発者

Rebase the current branch on the latest upstream changes, resolve conflicts, and push.

2026-03-27
promptify
ソフトウェア開発者

Turn a bug description, feature request, rough idea, or issue summary into a short implementation prompt with exact file references and a precise description of what to change. Use when the user wants a tighter prompt for another agent or coding pass and values brevity over planning prose.

2026-03-27
simplify
ソフトウェア開発者

Make existing code simpler to read, understand, and maintain without changing functionality. By default, target the current uncommitted code unless the user points to a different file, diff, or area. Use when the user asks to simplify, clean up, refactor for clarity, reduce duplication, or improve code structure while preserving behavior.

2026-03-27
turborepo
ソフトウェア開発者

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

2026-03-27