Skip to main content

seanrobertwright/lril-skills

SkillsMP 已收集 seanrobertwright/lril-skills 中的 37 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
37
GitHub 星标
0
GitHub Forks
0

已展示 37 / 37 个已收集 Skill。

职业分类
未分类
描述

Build a complete User Acceptance Test for a codebase — an exhaustive markdown checklist written to the tester's skill level (novice / intermediate / expert), plus an HTML form the tester fills in (pass/fail/not done, look-and-feel comments, screenshots) that…

原文语言:英语

更新
职业分类
未分类
描述

Turn a completed UAT into a prioritised fix plan and then fix it. Reads a UAT markdown file (or its results.json) that a tester has filled in, diagnoses every failure, look-and-feel complaint and tester-reported finding against the actual code, and produces a…

原文语言:英语

更新
职业分类
未分类
描述

Audit and prune CLAUDE.md and other instruction files using progressive disclosure — move situational content out of every-session context into path-scoped rules, skills, nested CLAUDE.md files, or referenced docs, and delete what the codebase already tells…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

原文语言:英语

更新
职业分类
技术写作员
描述

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

原文语言:英语

更新
职业分类
项目管理专家
描述

A relentless interview to sharpen a plan or design.

原文语言:英语

更新
职业分类
项目管理专家
描述

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

原文语言:英语

更新
职业分类
项目管理专家
描述

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Compact the current conversation into a handoff document for another agent to pick up.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement a piece of work based on a PRD or set of issues.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

原文语言:英语

更新
职业分类
桌面出版专家
描述

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when you need to resolve an in-progress git merge/rebase conflict.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

原文语言:英语

更新
职业分类
其他高等院校教师
描述

Teach the user a new skill or concept, within this workspace.

原文语言:英语

更新
职业分类
项目管理专家
描述

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

原文语言:英语

更新
职业分类
项目管理专家
描述

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Second-brain workflow command suite for Claude Code, built around the PIV loop (Plan → Implement → Validate) from the Dynamous claude-code-second-brain workshop. Installs 19 slash commands under the `lril:` namespace covering project priming, feature…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Automates real browser interactions: navigating websites, clicking buttons, filling forms, taking screenshots, extracting data, and testing web apps. Activate whenever the user asks to open a URL, check how a page looks, fill out a form, scrape or extract…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Run end-to-end browser tests on a web application. Use when the user says "test the app", "e2e test", "run end-to-end tests", "test all user flows", "verify the UI works", "check for bugs", "test everything before review", or wants to validate a web app works…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to create, draw, sketch, or visualize any kind of diagram — flowcharts, system diagrams, architecture diagrams, technical diagrams, data flow diagrams, sequence diagrams,…

原文语言:英语

更新
职业分类
项目管理专家
描述

Activate when working on feature specs, project planning, task breakdowns, requirements analysis, specifications, PRDs, user stories, acceptance criteria, complex multi-file tasks, agent workflows, or any task where goal clarity, conflict resolution, or…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Diagnose and resolve port conflicts during local development. Triggers when a developer hits "address already in use" or EADDRINUSE errors, when a Docker container or docker compose service fails to start due to a port binding collision, or when multiple dev…

原文语言:英语

更新
职业分类
项目管理专家
描述

Activate when working on feature specs, complex multi-file tasks, agent workflows, or any task where goal clarity, conflict resolution, or verification criteria are needed. Translates human goals into structured, machine-actionable intent specs that Claude…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Manage Docker port conflicts during local development. Detects and resolves port collisions between Docker containers, docker compose services, and host processes. Use when: deploying containers, running docker compose, debugging port binding errors, seeing…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage Docker port conflicts during local development. Detects and resolves port collisions between Docker containers, docker compose services, and host processes. Use when: deploying containers, running docker compose, debugging port binding errors, seeing…

原文语言:英语

更新
已展示 37 / 37 个已收集 Skill。