kufu
- 7 skills
- 0 followers
- 9 hours ago last updated
- ▌ Add Component A11Y Content 2 · kufusmarthr-design-system のコンポーネントページ向けのアクセシビリティコンテンツを作成・更新する。 対象コンポーネントの用途、実装例、デザインパターン、既存のアクセシビリティコンテンツを確認し、 一貫した構成と記述スタイルでアクセシビリティセクションを生成する。 「アクセシビリティコンテンツを追加して」「a11yセクションを作成して」 「コンポーネントページにアクセシビリティ情報を追加して」等の依頼に対応する。
- ▌ Pr Creator · kufuSmartHR UIリポジトリでPRを作成する際に、プロジェクトのPRテンプレートに沿った形式でPR本文を生成するスキル。PRの作成、`gh pr create`、`gh pr edit` でのタイトル変更、プルリクエスト、マージリクエストなどのキーワードで発動する。ユーザーがPRを作りたいと言った場合や、作業完了後にPRを出すよう求められた場合にも使用すること。破壊的変更(Conventional Commits の `!`)を付けるかどうかの判定もこのスキルが担うため、リリースバージョンに影響する変更を扱う場合は必ず参照すること。
- ▌ Update Checklist · kufusmarthr-design-system のコンポーネント mdx の変更に応じて、既存の checklist.yaml を差分更新する。「checklist を更新して」「checklist.yaml を 更新して」「index.mdx の変更を checklist に反映して」等の依頼に対応する。 対象の index.mdx と既存 checklist.yaml を読み、差分のみを既存 items に マージする。
- ▌ Generate Checklist · kufusmarthr-design-system のコンポーネント mdx から checklist.yaml を生成・更新する。 「checklist を作って」「checklist.yaml を生成して」「Layer 3 を整備して」等の 依頼に対応する。対象コンポーネントの index.mdx を読み、使い分けガイドを YAML 形式で抽出する。
- ▌ Add Component A11Y Content · kufusmarthr-design-system のコンポーネントページ向けのアクセシビリティコンテンツを作成・更新する。 対象コンポーネントの用途、実装例、デザインパターン、既存のアクセシビリティコンテンツを確認し、 一貫した構成と記述スタイルでアクセシビリティセクションを生成する。 「アクセシビリティコンテンツを追加して」「a11yセクションを作成して」 「コンポーネントページにアクセシビリティ情報を追加して」等の依頼に対応する。
- ▌ Component Guidelines · kufu bundleGuides correct usage of smarthr-ui React components. Helps select the right component, verify props and API, and follow design system conventions and eslint-plugin-smarthr rules. Use when writing or reviewing JSX/TSX that imports from smarthr-ui, choosing between similar components, or fixing eslint-plugin-smarthr violations.
- ▌ Design Pattern Guidelines · kufu bundleGuides correct implementation of SmartHR product page layout patterns. Use when implementing collection (table/list) pages, single-object detail pages, or any page that follows the SmartHR design system layout conventions. Covers spacing, button variants, pagination placement, テーブル操作エリア/一時操作エリアの配置ルール, and DoAndDont avoid-patterns to prevent common mistakes.