← スキル一覧に戻る

new-post
by davidleitw
⭐ 0🍴 0📅 2026年1月3日
SKILL.md
name: new-post description: Create a new blog post. Use when user says "new post", "新文章", "新增文章", or wants to start writing a new article. allowed-tools: Bash(date:*), Write, Read, AskUserQuestion
Create New Blog Post
Process
- 詢問用戶文章主題或內容方向
- 根據用戶輸入生成暫定標題和檔名
- 詢問用戶想要的 tags(可選)
- 在
/home/davidleitw/Desktop/davidleitw.github.io/blog/content/post/建立新的 markdown 檔案
Template
---
title: "{暫定標題}"
date: {當前時間,格式: 2022-01-01T00:00:00+08:00}
author: davidlei
draft: true
tags:
- {tag1}
- {tag2}
categories: ["{category}"]
description: ""
---
## 前言
{在這裡開始寫作}
Notes
draft: true表示這是草稿,不會被 deploydescription留空,deploy 時會提醒補上- 檔名建議使用英文小寫加底線,例如
linux_fork_01.md - 當用戶準備發布時,將
draft改為false
After creation
告訴用戶:
- 檔案已建立的路徑
- 可以開始編輯內容
- 完成後記得將
draft: false並補上description - 使用
/deploy發布
スコア
総合スコア
40/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です