Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

irys

irys contient 4 skills collectées depuis Irys-xyz, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
4
Stars
43
mis à jour
2026-07-08
Forks
25
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

debugging-flaky-tests
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logicielsAnalystes des systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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