スキル一覧に戻る
takumi12311123

date-check

by takumi12311123

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: date-check description: | Verify current date from system. Use when outputting dates, scheduling, or time-sensitive operations. Prevents knowledge cutoff errors.

Date Check SKILL

Purpose

Prevent date errors caused by knowledge cutoff. Get accurate current date/time from the system.

When to Use

Automatic Triggers

  • Before outputting dates or day of week
  • Before using relative dates ("today", "tomorrow", "this week")
  • Before mentioning schedules or deadlines
  • Before outputting year-specific information

Manual Check

  • When user asks about dates
  • When handling time-sensitive information

Process

Step 1: Get Current Date

date "+%Y-%m-%d %H:%M:%S %A"

Note: Output varies by system. Always trust the actual execution result.

Step 2: Verify Against Environment

Cross-check with Today's date in environment info.

Step 3: Use Correct Date

Use the verified date in your response.

Important Reminders

  1. Never trust knowledge cutoff - Always verify system date
  2. Pay special attention to year - May default to wrong year
  3. Calculate relative dates - Compute "last week", "next month" from current date

Quick Reference

InfoCommand
Todaydate "+%Y-%m-%d"
Day of weekdate "+%A"
Week numberdate "+%V"
Day of yeardate "+%j"

スコア

総合スコア

50/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

レビュー

💬

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