Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

irys

irys contém 4 skills coletadas de Irys-xyz, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
4
Stars
43
atualizado
2026-07-08
Forks
25
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

debugging-flaky-tests
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de softwareAnalistas de sistemas de computador

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
Analistas de garantia de qualidade de software e testadores

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