スキル一覧に戻る
ShunsukeHayashi

workflow-builder

by ShunsukeHayashi

PPAL SKILL.md Library - メンバー限定

3🍴 3📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: workflow-builder description: Design automation workflows and pipelines. Use when creating CI/CD, task automation, or process flows. allowed-tools: Write, Bash

Workflow Builder

Version: 1.0.0 Purpose: Design and implement automation workflows


Workflow

Step 1: Map Process

Input → Step 1 → Step 2 → ... → Output

Step 2: Identify Triggers

Trigger TypeExample
TimeEvery day at 9:00
EventFile created
ManualUser command
WebhookAPI call

Step 3: Design Steps

workflow:
  name: "Daily Report"
  trigger: schedule("0 9 * * *")
  steps:
    - name: Gather Data
      action: fetch_metrics
    - name: Generate Report
      action: create_markdown
    - name: Send Notification
      action: send_slack

Step 4: Implement

Choose platform:

  • GitHub Actions
  • Tasker (Android)
  • Shortcuts (iOS)
  • cron + shell

Output

Provide:

  1. Workflow diagram (Mermaid)
  2. Implementation code
  3. Setup instructions

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です