Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

webhooks.interserver.net

يحتوي webhooks.interserver.net على 3 من skills المجمعة من interserver، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
3
Stars
1
محدث
2026-03-29
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

add-test-fixture
محللو ضمان جودة البرمجيات والمختبرون

Creates a new test event fixture directory under tests/events/{event_name}/ with payload.json, type.txt, and expected_text.txt. Use when user says 'add test for X event', 'create fixture', 'test event payload', or needs to add files to tests/events/. Do NOT use for modifying existing fixtures or writing unit tests that don't involve GitHub webhook payloads.

2026-03-29
add-event-handler
مطوّرو البرمجيات

Adds a new GitHub event type case to the switch block in `web/github.php`. Handles extracting fields from `$Message`, building a `$ChatMsg` string with markdown links, setting `$Msg['text']`, and calling `SendToChat('notifications', $Msg, $useRC, $useTeams)`. Use when user says 'add support for X event', 'handle X webhook', 'new event type', or adds a case to `web/github.php`. Do NOT use for modifying existing event handlers.

2026-03-29
chat-message-format
مطوّرو البرمجيات

Formats dual Rocket Chat + MS Teams notification messages following the project's emoji+markdown style. Builds $Msg with avatar/alias/text keys, [User](url) links, repo links, branch backticks, and action emojis (📦 push, 🐛 issues, 🔀 PR, 📝 wiki, ✅/❌ CI). Calls SendToChat('notifications', $Msg, $useRC, $useTeams). Use when user says 'format message', 'notification style', 'chat output', or is writing a new event handler case. Do NOT use for changing SendToChat() itself or src/GithubWebhook.php.

2026-03-29