تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٤٬٥١٣
forks:٣٩٤
updated:١٨ مايو ٢٠٢٦ في ١٨:١٨
مستكشف الملفات
SKILL.md
Infer JSON structure and types with jq-based schema discovery.
List GitHub repository labels with per_page pagination support.
List GitHub Actions workflows with per_page pagination support.
Write consistent, actionable validation error messages in gh-aw.
Normalize SKILL.md artifacts into Scheduling-Structural-Logical (SSL) JSON representations using a conservative multi-pass extraction pipeline.
Add and validate custom Go analysis linters in gh-aw.
| name | reporting |
| description | Format reports with HTML details/summary blocks for readable output. |
Use these rules to format reports with collapsible sections.
Reduce scrolling and improve readability: wrap reports in HTML <details> and <summary> tags so users can expand and collapse sections.
Basic Structure:
<details>
<summary>📊 Report Title - [Date]</summary>
## Report Content
Your detailed report content goes here...
### Section 1
Content for section 1...
### Section 2
Content for section 2...
</details>