Skip to main content

robert-chiniquy/dotfiles

SkillsMP は robert-chiniquy/dotfiles から 75 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
75
GitHub スター
3
GitHub フォーク
1

収集済み skill 75 件中 40 件を表示しています。

職業分類
未分類
説明

Sweep open issue trackers, TODOs, active branches, and source evidence to find narrowly scoped, independent, verifiable tasks suitable for remote agents or parallel delegation. Use when asked to find pebbles, small delegatable work, fire-and-forget…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write a scorecard — a dark, skimmable one-screen readout of the current situation in the user's work, rendered as a terminal (TUI) artifact by the `scorecard` binary from a structured markdown file. Use ONLY when the user explicitly asks for a scorecard (or a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Present comparisons as narrow ASCII bar charts in the terminal. Use when user asks to compare items, metrics, counts, or coverage between things.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Check for feature flag ID number conflicts before adding new flags. Use before adding a new FEATURE_FLAG_ID enum value to a proto file, when reviewing PRs that add feature flags, or when planning work requiring new feature flags.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ensure developer-facing features include all three DX components: Tools, Documentation, and Agents. Use when planning developer-facing features, designing APIs/CLIs/SDKs, evaluating if a feature is ready to ship, or reviewing developer experience proposals.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Default voice for engineering output. Shapes code review comments, commit messages, design explanations, and documentation style. Always active. Complements CLAUDE.md rules with specific output patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematic scan for work-in-progress across repositories. Use at end of day/week, before context switches, when resuming after a break, or before machine migrations. Finds uncommitted changes, unpushed commits, unmerged branches, and non-main branch state.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Safe git-to-PR workflow. Classifies changes, stages by explicit filename, runs final-pass checks, commits with approval, pushes, creates PR via gh. Encodes all git safety rules. Use when ready to ship code as a PR.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Pre-PR quality checklist encoding recurring review feedback. Run before creating a PR to catch common mistakes. Covers: error handling, naming, resource cleanup, test coverage, documentation, commit hygiene, and language-specific gotchas. Use when code is…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Multi-phase workspace cleanup. Stops background agents, inventories uncommitted work, switches to main, prunes stale branches, cleans worktrees, verifies clean state. Safe by default — never destroys work without confirmation. Use for end-of-day cleanup,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematically locate, analyze, and resolve incomplete work markers in a codebase. Use when user asks to find TODOs, show unfinished work, audit incomplete items, or find and fix TODOs. Covers TODO, FIXME, TBD, XXX, HACK, stub, placeholder, and documentation…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Patterns for working with large JSONL files, debug logs, and event streams. Use when processing .jsonl files, agent debug logs, or newline-delimited JSON data. Covers line-by-line processing, sampling, filtering, and field extraction.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Check status of open pull requests: comments, reviews, CI failures, and recent activity. Use when user asks about their PRs, wants to check CI status, review comments, or do a morning PR check. Works with gh CLI and GitHub MCP tools.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Initialize current directory with the global project process framework. Creates DATA_SOURCES.md, LEARNINGS.md, GLOSSARY.md, .Codex/AGENTS.md, .envrc, and Makefile. Usage: /project [topic] where topic describes the project focus (e.g., /project research-ducks).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematically identify problems in a design before implementing it. Use after creating an implementation plan, when a design feels overly complex, to validate benefit vs cost, or as a forcing function for double-back. Applies three lenses: unnecessary…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Use progressively revealing questions to build consensus and illustrate why changes are needed. Use when stakeholders are skeptical, requirements seem obvious to you but not others, or you need to validate assumptions before committing to solutions.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Rigorous 11-step methodology for designing new features and systems. Use when starting new feature design, planning major refactoring, designing developer-facing tools or APIs, or any work requiring architectural decisions. Covers research, compare, refine,…

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Long-form technical writing voice for blog posts, deep dives, architecture explanations, and conference talks. Use when writing technical articles, blog posts, or any long-form content for external audiences. Distinct from dry-witted-engineering (terse work…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Grok documentation and configuration help. Use when users ask about setup, configuration, MCP servers, authentication, skills, slash commands, keyboard shortcuts, or any Grok feature. Also use proactively when you detect a user is having trouble with setup or…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Explicit protocol for a management agent to verify web workflows after a subagent completes a task, without writing Playwright or browser automation. Trigger only when the user explicitly asks to verify workflows, run a named flow, or mentions agent-verify /…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Stand up a full c1 dev stack inside a Squire env — process-compose, postgres, envoy, pub-api, pub-auth, be-* services — wired so an external client can drive c1's gRPC surface end to end with TLS + OAuth2 client_credentials. Use when testing a Latchkey or…

原文の言語: 英語

更新
職業分類
一般事務員
説明

Build and iterate on a personal master schedule across travel, parenting, school/camp, festivals, conferences, administrative deadlines, and work travel. Pulls from Google Calendar + web research. Emits a single date-prefixed line per item, chronologically…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Reviewer persona for gestalt inconsistencies — code that works and is documented correctly, yet whose behavior is the odd one out relative to its sibling APIs or the implicit contract the rest of the system follows. Catches CRUD/shape asymmetry,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Reply to and resolve GitHub PR review threads after pushing fixes. Use after committing changes that address PR feedback — matches threads to commits, posts replies with commit references, and resolves threads. Triggers on: resolve threads, reply to PR…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Reviewer persona for the full lifecycle of cryptographic keys and high-value secrets: generation, storage, distribution, rotation, revocation, and destruction. Trail of Bits' `zeroize-audit` covers the destruction half; this skill covers the other four phases…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guardrails, protocols, and operating constraints for large-scale, long-running, or parallelized AI coding tasks — migrations, codebase-wide refactors, framework upgrades, and any task touching 50+ files. Prevents scope creep, context drift, silent compounding…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Reviewer persona for OAuth 2.0 / 2.1 and OpenID Connect flow implementations. Catches the well-documented attack classes that still ship: missing PKCE, wildcard redirect URIs, mishandled refresh tokens, scope creep, mixed flows on a single endpoint, leaking…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Always active in any coding context. At every stopping point that is NOT a direct answer to a discrete user question, default to appending a recap: first, a list — with full URLs — of every OPEN PR / ticket / issue that still needs action or has a live status…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Post-run elicitation protocol for subagents. Adapted from the PEACE model (UK College of Policing) and the Cognitive Interview (Fisher & Geiselman) — the evidence-based, non-coercive replacement for the Reid Technique. Use after a subagent returns a poor or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Mandatory verification protocol after code changes for Go projects. Use after any code modification to ensure quality.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Deep, multi-agent review of a PR or branch diff: fan out one focused subagent per dimension (security, scale, performance, correctness, idiomatic style, plus frontend when the diff warrants), adversarially verify every finding to kill false positives and…

原文の言語: 英語

更新
職業分類
特殊効果アーティスト・アニメーター
説明

Refine AI-generated illustrations through successive, controlled visual adjustments while preserving approved details and character continuity. Use for iterative image-generation or image-editing sessions involving follow-up directions such as changing…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run a multi-agent code review on recent changes. Spawns a team of specialized reviewers (bugs, security, perf, tests, usability, etc.), collects findings, triages into fix-now vs defer, and optionally applies fixes. Use when asked to "review code", "review…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Reviewer persona for Rust `unsafe` blocks and FFI (foreign function interface) boundaries. Catches the well-documented soundness violations: aliasing rule breaches, lifetime extension into 'static, raw-pointer arithmetic past bounds, `repr` mismatches with C,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Tactically assemble a short-term plan of many parallel options, then pursue as much local action as possible in the moment — rebases, protogen, PR pushes, tracker state updates, sqfan fleet dispatch. Not a survey (orient/sitrep) and not a single-threaded…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Reviewer persona for AI-generated code and logs: did the agent embed a real secret in a diff, commit message, log line, error message, comment, README, screenshot, or test fixture? With AI-mediated codebases this is now a distinct attack-surface class —…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Length discipline for skill authoring. Use whenever writing a new skill, editing an existing SKILL.md, or reviewing/minimizing a skill collection.

原文の言語: 英語

更新
収集済み skill 75 件中 40 件を表示しています。