← Back to list

workflow-builder
by ShunsukeHayashi
PPAL SKILL.md Library - メンバー限定
⭐ 3🍴 3📅 Jan 21, 2026
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 Type | Example |
|---|---|
| Time | Every day at 9:00 |
| Event | File created |
| Manual | User command |
| Webhook | API 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:
- Workflow diagram (Mermaid)
- Implementation code
- Setup instructions
Score
Total Score
45/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon