Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

.dotfiles

.dotfiles 收录了来自 jakewaldrip 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
17
Stars
3
更新
2026-06-25
Forks
0
职业覆盖
1 个职业分类 · 已分类 29%
仓库浏览

这个仓库中的 skills

test-running
未分类

Advanced Jest test modes in the Commons monorepo — /local/ tests, watch mode, live console output, multi-file batching, and test-failure troubleshooting. For routine "run the test for this file" resolution, call the nx-project-for-file tool instead.

2026-06-25
graphite-cli
未分类

Use Graphite CLI (gt) for stacked PRs and branch management. Use when creating branches, committing changes, submitting PRs, syncing with trunk, or managing stacked pull requests.

2026-06-24
data-integrity-investigation
未分类

Investigate data-integrity / "why does this data look wrong" questions in the Commons codebase (mismatched IDs, orphaned rows, cross-entity divergence, unexpected duplicates, values that don't agree across tables). Use when a ticket or user asks WHY a piece of data is in a surprising state and you must trace it to a root cause through code + production data. Pairs with the commons-sql-query skill for the SQL itself.

2026-06-24
lint-running
未分类

Advanced lint/format modes in the Commons monorepo — git-affected linting across a stack, auto-fix, and the full-CI lint pipeline. For routine "lint this file's project" resolution, call the nx-project-for-file tool instead.

2026-06-23
admin-crud-ui
未分类

Build administrative CRUD interfaces in the Commons admin panel following established patterns for list, create, and edit views.

2026-06-23
create-job
未分类

Create job files in the Commons monorepo. Use when the user wants to create a new job, backfill script, cache job, export job, sync job, bulk operation, cron task, or any background task that runs via HTTP POST endpoint.

2026-06-23
database-migration
未分类

Create database migrations from templates in the Commons monorepo. Use when the user wants to create a migration, add database columns, create tables, or modify the database schema.

2026-06-23
dataloaders
未分类

How to use and add DataLoaders in the Commons backend. Use when implementing batched lookups, adding a new loader, wiring field resolvers to loaders, or avoiding N+1 via request-scoped batching and caching.

2026-06-23
github-cli
未分类

Use the GitHub CLI (gh) for PRs, repos, search, releases, and API access from the terminal. Use when attempting to get information about other repos or about PRs in this repo.

2026-06-23
graphql-resolver
未分类

Create GraphQL resolvers, output types, input types, and field resolvers in the Commons monorepo. Use when building a GraphQL API layer for a feature, adding queries/mutations, or resolving nested relations on output types.

2026-06-23
react-component-writing
未分类

React component patterns and style guide for the Commons monorepo. Use when creating React components, working with GraphQL in components, or implementing internationalization with MessageFormat.

2026-06-23
refactor
未分类

Reorganize and document code with safe file moves and continuous validation. Use when refactoring file structure, reorganizing code, or documenting a system.

2026-06-23
github-cli
软件开发工程师

Reference for using the GitHub CLI (gh) to work with pull requests, issues, workflow runs, releases, and the GitHub API from a non-interactive terminal

2026-04-28
create-model
软件开发工程师

Create Objection.js model files with proper structure in the Commons monorepo. Use when the user wants to create a new model, add a database entity, or needs a model class for a table.

2026-02-10
document-type-adding
软件开发工程师

Add new document types to the DocuSign integration in the Commons monorepo. Use when the user wants to add a patient document, consent form, or agreement to the DocuSign workflow.

2026-02-10
feature-flag-create-or-remove
软件开发工程师

Create or remove feature flags in the Commons application. Use when the user wants to add a new feature flag, delete a feature flag, or asks about feature flag naming conventions.

2026-02-10
react-component-library-usage
软件开发工程师

Guidelines for using the Commonplace Design System in React components

2026-02-10