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

irys

يحتوي irys على 4 من skills المجمعة من Irys-xyz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
43
محدث
2026-07-08
Forks
25
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

debugging-flaky-tests
محللو ضمان جودة البرمجيات والمختبرون

Use when given a GitHub Actions CI run link with test failures, when CI tests show TMT with retry-pass patterns, or when tests pass locally but timeout in CI

2026-07-08
monotonic-time
مطوّرو البرمجيات

Use when writing or reviewing code that involves time — sleeps, timeouts, retry/backoff, deduplication windows, rate limits, cache TTLs, "wait until X", timing assertions, or any arithmetic over `SystemTime::now()` / `UnixTimestamp::now()` / `Instant::now()` / `tokio::time::sleep`. Decides whether to use monotonic (`Instant`) or wall-clock (`SystemTime`) and how to mix them safely.

2026-06-16
design-extraction
مطوّرو البرمجياتمحللو أنظمة الحاسوب

Extract architectural and design decisions from a GitHub PR into ADR (Architecture Decision Record) files in design/docs/. Use this skill whenever the user wants to extract design decisions from a PR, create ADRs from PR discussions, document architectural choices from pull requests, or mentions "design extraction" or "design decisions" in the context of a PR. Also triggers for "extract ADRs", "document decisions from PR", or "pull design docs from PR".

2026-03-19
writing-integration-tests
محللو ضمان جودة البرمجيات والمختبرون

Use when writing, modifying, or reading integration tests in crates/chain/tests/, or when needing to understand the IrysNodeTest harness, block production patterns, multi-node setups, or test synchronization utilities

2026-02-25