بنقرة واحدة
current-time
Get the current date and time. Use when a log timestamp or time check is needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get the current date and time. Use when a log timestamp or time check is needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Sends current git changes to GitHub Copilot CLI for code review and displays the results. Use when requesting a second-opinion review from Copilot on staged changes, uncommitted work, or a branch diff.
Generates a structured Git commit message (header + Motivation / Overview / Main Changes / Breaking Changes sections) from staged diffs. Use when the user asks to write or generate a commit message.
Supports the creation and improvement of prompts for various use cases.
Provides guidelines and best practices for creating and improving new skills for agents. (ref: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices)
| name | current-time |
| description | Get the current date and time. Use when a log timestamp or time check is needed. |
| argument-hint | Briefly state the needed date/time format or purpose. |
date +"%Y-%m-%d %H:%M:%S %z"
# => YYYY-MM-DD HH:MM:SS +ZZZZ