AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Devblog Updates

skill-tsubakimoto-skills-devblog-updates · by tsubakimoto

>

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-tsubakimoto-skills-devblog-updates

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tsubakimoto-skills-devblog-updates)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Devblog Updates? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Microsoft Developer Blogs Skill

指定された日付の Microsoft Developer Blogs 投稿をすべて取得し、各エントリを 要約・開発者への影響・アクションプラン・リファレンス に整理します。

Skill directory

~/.copilot/skills/devblog-updates/

Quick Reference

| タスク | コマンド | |--------|---------| | 指定日の投稿を取得 | dotnet run --file scripts\fetch_devblog_updates.cs -- |


Workflow

  1. ユーザーから対象日付(例: 2026-04-08)を確認する。指定がなければ今日の日付を使用する。
  2. スクリプトを実行して Microsoft Developer Blogs の RSS フィードから該当日の生データを取得する。
  3. 取得した各エントリに対して以下を生成する:
  • 要約: 何が発表・更新されたのかを 2〜3 文で簡潔に説明する
  • 開発者にとって重要なこと: どの製品・開発フロー・チームに関係するかを説明する
  • アクションプラン: 開発者やチームが取るべき具体的な次のステップ
  • リファレンス: 元の投稿へのリンク
  1. DevBlogs の投稿は短い告知や全文の一部だけがフィードに載ることがある。description と URL から読み取れる範囲で整理し、本文にない詳細を断定しない。
  2. 結果を以下の出力フォーマットで整形して返す。

Running the Script

dotnet run --file scripts\fetch_devblog_updates.cs -- 

スクリプトは https://devblogs.microsoft.com/landing から RSS フィードを取得し、 pubDate が指定日に一致するエントリを抽出して JSON 配列として標準出力に返す。

例:

dotnet run --file scripts\fetch_devblog_updates.cs -- 2026-04-08

スクリプト出力例(JSON):

[
  {
    "title": "Visual Studio Code 1.115",
    "link": "https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.115",
    "date": "2026-04-08",
    "published_at": "2026-04-08T17:00:00Z",
    "blog": "VS Code Blog",
    "blog_slug": "vscode-blog",
    "author": "Visual Studio Code Team",
    "description": "Learn what's new in Visual Studio Code 1.115 Read the full article"
  }
]

Output Format

結果は必ず次のテンプレートで出力する: ~/.copilot/skills/devblog-updates/assets/template.md

エントリが 0 件の場合は「 の Microsoft Developer Blogs エントリは見つかりませんでした」と伝え、前後の日付で再確認することを提案する。


Notes on Summaries and Action Plans

アクションプランを書くときのガイドライン:

  • 対象ブログを明示する: blog を見て、VS Code / Azure / .NET などどの領域の更新かを最初に示す
  • 推測を足さない: RSS description が短い場合は、分からない点を埋めずに「詳細は本文参照」と明記する
  • 具体的に書く: 「確認してください」ではなく「利用中の VS Code 拡張やワークフローへの影響を確認する」のように書く
  • 影響範囲を明示する: 自分の環境だけで済むか、チーム全体の設定変更が必要かを示す
  • 破壊的変更や更新作業は目立たせる: ⚠️ を使って移行・アップデートの必要性を分かりやすく伝える

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.