Skip to main content
bitovi
GitHub 创作者资料

bitovi

按仓库查看 13 个 GitHub 仓库中的 141 个已收集 skills。

已收集 skills
141
仓库
13
更新
2026年8月5日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
ai-enablement-prompts
54 个 skills · 2026年6月23日
软件开发工程师网页与数字界面设计师软件质量保证分析师与测试员其他计算机职业网页开发工程师数据库架构师
6 个职业分类 · 已分类 100%
38%占比
#02
jira-timeline-report
14 个 skills · 2026年7月19日
软件开发工程师软件质量保证分析师与测试员其他计算机职业
3 个职业分类 · 已分类 100%
9.9%占比
#03
convey
13 个 skills · 2026年5月20日
网页开发工程师软件开发工程师软件质量保证分析师与测试员网络与计算机系统管理员
4 个职业分类 · 已分类 100%
9.2%占比
#04
cascade-mcp
13 个 skills · 2026年5月1日
项目管理专家软件开发工程师平面设计师校对员和文稿标注员
4 个职业分类 · 已分类 100%
9.2%占比
#05
convey-app-template
12 个 skills · 2026年5月21日
软件开发工程师网页开发工程师软件质量保证分析师与测试员数据库架构师项目管理专家
5 个职业分类 · 已分类 100%
8.5%占比
#06
jira-measure-of-success
11 个 skills · 2026年7月14日
软件质量保证分析师与测试员软件开发工程师
2 个职业分类 · 已分类 100%
7.8%占比
#07
carton-case-management
10 个 skills · 2026年8月5日
软件开发工程师网页与数字界面设计师软件质量保证分析师与测试员
3 个职业分类 · 已分类 100%
7.1%占比
#08
context-generation-mvp
6 个 skills · 2026年1月2日
软件开发工程师
1 个职业分类 · 已分类 100%
4.3%占比
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

figma-from-code
网页与数字界面设计师

Orchestrates the full code-to-Figma rebuild workflow for a web application. Thin dispatcher that delegates all substantial work to subagents and reads only small summary files. Runs eight tracked phases (phase0a, phase0b, phase1, phase2, phase2_5, phase3,…

2026年6月23日
figma-from-code-discovery-components
网页与数字界面设计师

Subagent for figma-from-code Phase 0a. Discovers the complete component architecture of a web application via browser crawling and static code scanning. Produces a topologically-sorted build order and inspects the target Figma file for existing pages and…

2026年6月23日
figma-from-code-validator
软件质量保证分析师与测试员

Standalone validator for a completed figma-from-code rebuild. Navigates the live app, screenshots each component in its natural context, and compares against the matching Figma variant. Also used by the Phase 5 orchestrator agent as a reference for the…

2026年6月23日
figma-from-code-discovery-assets
网页与数字界面设计师

Subagent for figma-from-code Phase 0b. Discovers all Lucide icons and SVG file assets imported across the codebase via static analysis. Extracts SVG markup and maps which components use which icons. No dev server or Figma access needed.

2026年6月23日
figma-from-code-setup-tokens
网页与数字界面设计师

Subagent for figma-from-code Phase 1. Creates Figma variable collections from the project's CSS and Tailwind tokens, extracts the CSS-variable-to-Figma-variable-ID map, and pre-computes all CSS colors as sRGB values.

2026年6月23日
figma-from-code-setup-structure
网页与数字界面设计师

Subagent for figma-from-code Phase 2. Creates the Figma file page skeleton, foundations documentation frames, and container frames needed by later phases. Requires variable collections to already exist.

2026年6月23日
figma-from-code-precapture
网页与数字界面设计师

Subagent for figma-from-code Phase 2.5. Captures app screenshots and structured text content for every UI component before Figma building begins. Produces a unified batch manifest to minimize browser navigations.

2026年6月23日
figma-from-code-build-screens
网页与数字界面设计师

Subagent for figma-from-code Phase 4. Builds full-page screen frames in Figma by composing built component instances into 1440×900 layouts. Validates each screen against app screenshots and iterates up to 3 fix passes.

2026年6月23日
已展示 8 / 54 个已收集 Skill。
react-dependency-injection
软件开发工程师

Use when a React component or hook hard-imports a module singleton, global store, fetcher, router, or other side-effectful source and you need to test, reuse, or decouple it — before reaching for vi.mock or a Context provider.

2026年7月19日
brainstorming
软件开发工程师

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026年7月10日
dispatching-parallel-agents
软件开发工程师

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026年7月10日
executing-plans
软件开发工程师

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026年7月10日
finishing-a-development-branch
软件开发工程师

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

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

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

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

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026年7月10日
subagent-driven-development
软件开发工程师

Use when executing implementation plans with independent tasks in the current session

2026年7月10日
已展示 8 / 14 个已收集 Skill。
debugging-skill
软件开发工程师

Always start a fresh browser session after any file change, walk through the full user flow, and monitor for errors before proceeding with further work.

2026年5月20日
dev-environments
网络与计算机系统管理员

Set up and run different development service arrangements for testing specific features. Use when starting dev servers, testing Storybook addon (SB8 or SB10), testing Tailwind v3 vs v4, testing Astro, or when asked which services to run. Covers compound…

2026年5月20日
mode-button-behavior
网页开发工程师

Defines the interaction behavior of global mode buttons (Select, Insert) and component row buttons (Place, Replace). Use when modifying button states, colors, labels, tab visibility, or page interaction behavior. Must review and update these tables before…

2026年5月20日
naming-guide
软件开发工程师

Canonical naming for all Convey UI parts, features, and concepts. Reference when discussing, documenting, or writing code for any part of the app. Ensures consistent terminology across humans and AI agents.

2026年5月20日
preview-classname-component
网页开发工程师

Build panel UI components that live-preview Tailwind className changes in the user's app via WebSocket. Use when creating any control (dropdown, scrubber, color picker, toggle, etc.) that lets users hover/scrub values before committing. Covers the…

2026年3月25日
debug-e2e-test
软件质量保证分析师与测试员

Debug and fix failing Playwright E2E tests. Use when tests fail, when asked to fix failing tests, or when investigating test failures. Analyzes test output, screenshots, error context, and uses Playwright MCP to identify root causes.

2026年3月15日
tailwind-vocabulary
网页开发工程师

Canonical terminology for Tailwind CSS concepts used throughout the codebase. Reference this skill to ensure consistent naming in code, docs, and conversation.

2026年3月15日
create-react-modlet
软件开发工程师

Create React components or hooks following the modlet pattern in this project. Use when creating any new component or hook in panel/src/components/. Modlets are self-contained folders with index.ts, implementation, tests, and optional types.

2026年3月14日
已展示 8 / 13 个已收集 Skill。
cascade-analyze-figma-frame-mcp
平面设计师

Sub-skill: Analyze a single Figma design frame via the figma-frame-data MCP tool. Use this variant when local files are NOT available (e.g., GitHub cloud Copilot where curl is blocked). Calls figma-frame-data with a batchToken to retrieve image, structure,…

2026年5月1日
cascade-load-linked-resource-content
软件开发工程师

Sub-skill: Fetch raw content for one or more URLs via the extract-linked-resources MCP tool. Supports Jira issues, Confluence pages, Google Docs, and Google Sheets. Saves content to .temp/cascade/context/ and appends newly discovered links to to-load.md. Used…

2026年5月1日
generate-behavior-questions
软件开发工程师

Generate frame-specific clarifying questions about ambiguous UI behaviors from a Jira epic and its linked Figma designs, Confluence pages, and Google Docs. Uses iterative content loading, parallel Figma frame analysis, and cross-content synthesis to produce…

2026年5月1日
write-jira-story
项目管理专家

Write or refine a Jira story description with full context from Figma designs, Confluence docs, Google Docs, and parent epic. Gathers all linked resources, analyzes Figma frames, runs scope analysis, and writes a comprehensive story with User Story Statement,…

2026年5月1日
write-next-story-from-shell-story
项目管理专家

Write a full Jira story (User Story Statement, Scope Analysis, Acceptance Criteria in Gherkin, NFRs, Developer Notes) from the next unwritten shell story in a Jira epic. Loads only the Figma screens listed in that shell story, runs scope analysis anchored to…

2026年5月1日
write-shell-stories
项目管理专家

Write or refresh the Shell Stories section of a Jira epic by loading all linked context (Figma, Confluence, Google Docs), analyzing every Figma frame in parallel, running scope analysis, then generating a prioritized list of incremental shell story outlines…

2026年5月1日
cascade-analyze-feature-scope
项目管理专家

Sub-skill: Produce a Scope Analysis from frame analyses and all gathered context. This is the critical step that takes per-frame analyses + epic context + Confluence/Google Docs + Figma comments and categorizes every feature by scope (☐/✅/⏬/❌/❓/💬). Groups…

2026年4月29日
cascade-analyze-figma-frame
平面设计师

Sub-skill: Analyze a single Figma design frame from local files. Reads image.png (vision), structure.xml (component tree), and context.md (comments/annotations) from .temp/cascade/figma/{fileKey}/frames/{name}/. Writes analysis.md. Designed to run as a…

2026年4月29日
已展示 8 / 13 个已收集 Skill。
init-mock-app
软件开发工程师

Initialize a minimal hello-world mock-app with React, Vite, TypeScript, Tailwind CSS, React Router, and MSW. Use when scaffolding a new mock-app from scratch, bootstrapping a project skeleton, or starting a fresh prototype. Produces a working app with…

2026年5月21日
component-registry
软件开发工程师

Track and manage reusable UI components and patterns in the mock-app. Maintains an inventory of extracted components and unextracted patterns to promote incremental refactoring and prevent code duplication.

2026年3月27日
implement-feature
软件开发工程师

End-to-end workflow for implementing a new feature in the mock-app, ensuring data model alignment, sample data, UI/UX consistency, component reuse, and automated verification with Playwright MCP.

2026年3月27日
create-skill
软件开发工程师

Create new Agent Skills for this project. Use when asked to create a skill, document a workflow, or teach Copilot a new capability. Skills are stored in .github/skills/ and can include instructions, scripts, examples, and resources.

2026年3月6日
debug-e2e-test
软件质量保证分析师与测试员

Debug and fix failing Playwright E2E tests. Use when tests fail, when asked to fix failing tests, or when investigating test failures. Analyzes test output, screenshots, error context, and uses Playwright MCP to identify root causes.

2026年3月6日
debugging-skill
软件开发工程师

Always start a fresh browser session after any file change, walk through the full user flow, and monitor for errors before proceeding with further work.

2026年3月6日
document-feature
项目管理专家

Create comprehensive feature requirement documents for the WCU Mosquito Surveillance Web Application. Use when asked to document a feature, write feature requirements, or create feature specifications from the roadmap. Includes user stories, functional…

2026年3月6日
extract-ui-component
网页开发工程师

Extract reusable UI components from inline patterns. Covers component design, TypeScript props, Storybook stories, refactoring strategy, and best practices for creating shared UI primitives.

2026年3月6日
已展示 8 / 12 个已收集 Skill。
computed-styles
软件质量保证分析师与测试员

Extract and compare computed CSS styles between a baseline URL and a dev/Storybook URL using Playwright MCP evaluate calls. Use when visual differences have been identified and you need to find the exact CSS property mismatches to fix. Pairs with the…

2026年7月14日
debug-e2e-test
软件质量保证分析师与测试员

Debug and fix failing Playwright E2E tests. Use when tests fail, when asked to fix failing tests, or when investigating test failures. Analyzes test output, screenshots, error context, and uses Playwright MCP to identify root causes.

2026年7月14日
debugging
软件开发工程师

Diagnose and fix UI/runtime bugs. After a code change, verify in the browser with the available browser tools, read the console, and — for non-obvious bugs — add strategic temporary logging to locate the cause, then remove it. The agent decides how much of…

2026年7月14日
discover-visual-states
软件质量保证分析师与测试员

Discover all visual states of a component by interactively exploring the production baseline page — not by reading story files. Finds every interactive element (nav items, dropdowns, toggles, buttons) that produces a distinct visual state, records the…

2026年7月14日
implement-feature
软件开发工程师

End-to-end workflow for implementing a new UI feature in a mock app. Ensures data model alignment, sample data, UI/UX consistency, component reuse, and automated verification. Load for ANY UI change.

2026年7月14日
pixel-perfect
软件质量保证分析师与测试员

Orchestrate a complete visual QA workflow to make a dev/Storybook page match a baseline URL pixel-for-pixel. Combines the visual-diff skill (screenshot comparison) with the computed-styles skill (CSS property extraction) in a loop until the pages match. Use…

2026年7月14日
redeploy-forge
软件开发工程师

Redeploy the "Measure of Success" Jira Forge app to a dev site after code or manifest changes. Use when asked to deploy, redeploy, push to Jira, install/upgrade the app, ship a new module/scope/custom field, or start a live tunnel. Covers Node 22, the Custom…

2026年7月14日
test-responsive-design
软件开发工程师

Make UIs responsive across all devices and verify responsiveness using Playwright. Includes scrollbar testing, breakpoint verification, and layout validation. Use when implementing new features, fixing layout issues, or ensuring mobile compatibility.

2026年7月14日
已展示 8 / 11 个已收集 Skill。
component-reuse
软件开发工程师

Ensure existing UI components are reused before creating new ones. Use when implementing any UI from Figma designs, tickets, or mockups. Requires a component audit to search the codebase before creating new components. If a component doesn't exist, delegates…

2026年8月5日
cascade-post-design-questions-to-figma
网页与数字界面设计师

Post generated design behavior questions as comments on Figma frames. Takes questions organized by frame (from generate-behavior-questions skill) and posts each question as a comment pinned to the correct Figma frame using the figma-post-comment MCP tool.

2026年8月5日
generate-behavior-questions
网页与数字界面设计师

Generate frame-specific clarifying questions about ambiguous UI behaviors from a Jira epic and its linked Figma designs, Confluence pages, and Google Docs. Uses iterative content loading, parallel Figma frame analysis, and cross-content synthesis to produce…

2026年8月5日
figma-component-sync
软件开发工程师

Check a React component against its Figma design source and identify differences. Use when reviewing component implementations, syncing designs, auditing visual accuracy, or updating components to match new Figma designs.

2026年8月5日
figma-connect-component
软件开发工程师

Generate Figma Code Connect mappings that link React components to their Figma counterparts. Use when a component exists in code and needs a Code Connect file so Figma shows real code snippets in Dev Mode. Also triggers on phrases like "connect this component…

2026年8月5日
figma-connect-shadcn
软件开发工程师

Connect shadcn/ui components to their Figma design system counterparts using Code Connect.

2026年8月5日
figma-explore
软件开发工程师

Explore a Figma file to discover all pages, components, and component sets using the Figma REST API. Use when you need to list components in a Figma file, find component node IDs for Code Connect, or understand the structure of a design file.

2026年8月5日
create-skill
软件开发工程师

Create new Agent Skills for this project. Use when asked to create a skill, document a workflow, or teach the agent a new capability. Skills are stored in .claude/skills/ and can include instructions, scripts, examples, and resources.

2026年5月14日
已展示 8 / 10 个已收集 Skill。
已展示 12 / 13 个仓库