بنقرة واحدة
creating-reports
Creates detailed reports from data when the user asks for report generation or data summaries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Creates detailed reports from data when the user asks for report generation or data summaries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when you need to test a skill that produces a security warning (not block).
Tests various features in applications to ensure quality. Use when testing is needed.
Use when you need to test a skill with allowed-tools as a YAML list.
[this is broken yaml
Use when you need to test a skill with non-string values in the metadata map.
Use when you need to test a skill with an invalid name format.
| name | creating-reports |
| description | Creates detailed reports from data when the user asks for report generation or data summaries. |
This skill helps generate comprehensive reports from various data sources.
This skill is triggered when users request:
# Example: Generate a sales report
def generate_report(data):
return {
"total": sum(data),
"average": sum(data) / len(data),
}