Skip to main content
ThibautBaissac
GitHub 创作者资料

ThibautBaissac

按仓库查看 5 个 GitHub 仓库中的 52 个已收集 skills。

已收集 skills
52
仓库
5
更新
2026年6月9日
仓库浏览

仓库与代表性 skills

accessibility-review
网页与数字界面设计师

Audits Rails application accessibility against WCAG 2.2 Level AA, detects violations with axe-core / Lighthouse / Pa11y, and reports remediation guidance for ERB views, ViewComponents, Stimulus controllers, and Turbo-powered interactions. Use when the user…

2026年5月11日
action-cable-patterns
软件开发工程师

Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notifications, real-time dashboards, or when user mentions Action Cable, WebSockets, channels, or real-time. WHEN NOT: Simple HTTP request/response…

2026年5月11日
active-storage-setup
软件开发工程师

Configures Active Storage for file uploads with variants and direct uploads. Use when adding file uploads, image attachments, document storage, generating thumbnails, or when user mentions Active Storage, file upload, attachments, or image processing. WHEN…

2026年5月11日
api-versioning
软件开发工程师

Implements RESTful API design with versioning and request specs. Use when building APIs, adding API endpoints, versioning APIs, or when user mentions REST, JSON API, or API design. WHEN NOT: Internal-only endpoints, HTML views, Turbo Stream responses, or APIs…

2026年5月11日
authentication-flow
软件开发工程师

Implements authentication using Rails 8 built-in generator. Use when setting up user authentication, login/logout, session management, password reset flows, or securing controllers. WHEN NOT: Authorization and permissions (use Pundit policies), API token…

2026年5月11日
behavioral-guidelines
其他计算机职业

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

2026年5月11日
caching-strategies
软件开发工程师

Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching, low-level caching, cache invalidation, or when user mentions caching, performance, cache keys, or memoization. WHEN NOT: General query…

2026年5月11日
code-review
软件质量保证分析师与测试员

Analyzes Rails code quality, architecture, and patterns without modifying code. Use when the user wants a code review, quality analysis, architecture audit, or when user mentions review, audit, code quality, anti-patterns, or SOLID principles. WHEN NOT:…

2026年5月11日
已展示 8 / 35 个已收集 Skill。
scaffold-authz
软件开发工程师

Add CASL authorization to a feature: an isomorphic <feature>.ability.ts rule set the server and React share, server-side enforcement via attachAbility/authorize and per-record subject() checks, and <Can>/useAbility UI gating — built on the domain-free base in…

2026年6月9日
e2e
软件质量保证分析师与测试员

Author and run Playwright browser e2e specs against the real Express + Vite stack — specs in e2e/, role-based queries, the auto-starting webServer, port-overridable isolation, and the responsive screenshot-artifact pattern.

2026年6月9日
write-tests
软件质量保证分析师与测试员

Write colocated tests for React + Express + TypeScript code using the project's runner, conventions, mocked repository interfaces, React Testing Library, and TanStack Query patterns.

2026年6月9日
add-api-contract
软件开发工程师

Create or extend the owning zod schema as the single source of truth for a FE/BE API shape, then wire backend parsing and a typed frontend call.

2026年6月8日
react-router
软件开发工程师

Add or extend client-side routing with React Router v7 in Data Mode (createBrowserRouter + RouterProvider), wired to vertical slices, TanStack Query, and zod-parsed URL state.

2026年6月8日
run-checks
软件开发工程师

Run the project quality gate through the auto-detected package manager and test runner, then summarize failures concisely.

2026年6月8日
scaffold-feature
软件开发工程师

Scaffold a vertical-slice React + Express + TypeScript feature with a FE/BE zod contract, backend route → service → repository, frontend Query hooks and optional UI state, and colocated tests.

2026年6月8日
scaffold-form
软件开发工程师

Scaffold a React Hook Form wired to the feature's zod request contract via zodResolver, submitting through a TanStack Query mutation hook, with accessible fields and surfaced errors.

2026年6月8日
已展示 8 / 13 个已收集 Skill。
已展示 5 / 5 个仓库
已展示全部仓库