askill
OutlineDriven

OutlineDriven

Publisher on askill

238 total stars
Skills26
Updated 4/26/2026
GitHub
gh-address-comments
gh-address-comments
OutlineDriven4/26/2026

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

11
AI 52
tests-adversarial
tests-adversarial
OutlineDriven3/20/2026

Write adversarial tests that intentionally stress failure paths. Use when hardening error handling, stress-testing assumptions, validating boundary behavior, or hunting silent failures.

17
AI 92
validation-first
validation-first
OutlineDriven3/20/2026

Validation-first development - design state machine specifications from requirements, then execute CREATE -> VERIFY -> IMPLEMENT cycle. Use when developing with formal state machine specifications, in...

17
AI 82
parallel-launch
parallel-launch
OutlineDriven3/20/2026

Decompose a task into independent concerns and execute them through aggressively parallel, specialized agent groups. Use when a request involves multiple independent sub-tasks, research across separat...

17
AI 73
refactor-break-bw-compat
refactor-break-bw-compat
OutlineDriven3/20/2026

Refactor by removing backward compatibility and legacy layers.

17
AI 30
proof-driven
proof-driven
OutlineDriven3/20/2026

Proof-driven development - design proofs from requirements, then execute CREATE -> VERIFY -> REMEDIATE cycle. Use when implementing with formal verification using property-based testing, theorem provi...

17
askme
askme
OutlineDriven3/12/2026

Verbalized Sampling (VS) protocol for deep intent exploration before planning. Use when starting ambiguous or complex tasks, when multiple interpretations exist, or when you need to explore diverse in...

15
AI 88
reviews
reviews
OutlineDriven3/12/2026

Review the code changes on the current branch. Use when the user asks to review their current work, analyze recent commits, or get a code quality assessment of the active branch against the main branc...

15
AI 85
pr-merge-temporal
pr-merge-temporal
OutlineDriven3/7/2026

Merge multiple PRs into a temporal integration branch before merging to base, with ordered conflict resolution. Use when you want to validate a set of PRs together on a staging branch before advancing...

13
AI 79
gh-fix-ci
gh-fix-ci
OutlineDriven2/18/2026

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR...

9
AI 87
srgn-cli
srgn-cli
OutlineDriven2/18/2026

Practical guide for building safe, syntax-aware srgn CLI commands for source-code search and transformation. Use when users ask for srgn commands, scoped refactors (comments/docstrings/imports/functio...

9
AI 85
contexts
contexts
OutlineDriven2/18/2026

Coordinate context sweep before coding - gather relevant files, patterns, and tooling summaries. Use when preparing to implement a feature, fix, or refactor and need comprehensive architecture, patter...

9
AI 84
design-by-contract
design-by-contract
OutlineDriven2/18/2026

Design-by-Contract (DbC) development - design contracts from requirements, then execute CREATE -> VERIFY -> TEST cycle. Use when implementing with formal preconditions, postconditions, and invariants...

9
AI 82
type-driven
type-driven
OutlineDriven2/18/2026

Type-driven development with Idris 2 - design type specifications from requirements, then execute CREATE -> VERIFY -> IMPLEMENT cycle. Use when developing with dependent types, refined types, or proof...

9
AI 78
gh-address-comments
gh-address-comments
OutlineDriven4/26/2026

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

4
AI 66
langgraph
langgraph
OutlineDriven3/7/2026

LangGraph state-machine design and debugging for `StateGraph`, node/edge routing, checkpoints, `interrupt`, and HITL flows. Use when building or troubleshooting graph-based agents with conditional edg...

5
AI 65
assistant-ui
assistant-ui
OutlineDriven2/13/2026

Build and maintain assistant-ui based React chat apps with reliable setup, runtime selection, LangGraph wiring, tool UI integration, and upgrade workflows. Use when tasks explicitly involve `assistant...

4
AI 82
code-simplifier
code-simplifier
OutlineDriven2/7/2026

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

9

Showing 18 of 26