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

bron-crypto

يحتوي bron-crypto على 8 من skills المجمعة من bronlabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

audit
محللو أمن المعلومات

Audit a file, package, or diff for cryptographic correctness, errs-go compliance, deserialization safety, and audit-scope risk. Use when the user asks to audit, review for security, or check before merging into in-scope code.

2026-04-29
constant-time-check
محللو أمن المعلومات

Audit code for timing side-channels — variable-time operations on secret values. Use when the user asks to check constant-time, timing, or side-channel safety of a file, function, or diff in this repo.

2026-04-29
dual-audit
محللو ضمان جودة البرمجيات والمختبرون

Run audit twice in parallel — once in this Claude session, once via OpenAI's Codex CLI — then merge the findings into unique-to-each / agreed-by-both buckets followed by both raw reports. Use when the user says "dual-audit <target>" or wants a second-opinion audit of a file, package, or diff.

2026-04-29
dual-review
محللو ضمان جودة البرمجيات والمختبرون

Run pr-review twice in parallel — once in this Claude session, once via OpenAI's Codex CLI — then merge the findings into unique-to-each / agreed-by-both buckets followed by both raw reports. Use when the user says "dual-review PR

2026-04-29
dual-spec-compliance
محللو ضمان جودة البرمجيات والمختبرون

Run spec-compliance twice in parallel — once in this Claude session, once via OpenAI's Codex CLI — then merge the findings into unique-to-each / agreed-by-both buckets followed by both raw reports. Use when the user says "dual-spec-compliance <target>" or wants a second-opinion check of paper/spec/reference-implementation alignment for a package.

2026-04-29
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Review a GitHub PR by number against the repo's PR template, audit checklist, and conventions. Use when the user says "review PR

2026-04-29
spec-compliance
مطوّرو البرمجيات

Determine whether a package faithfully implements its cited reference — academic paper, normative spec (RFC / wiki / design doc), or upstream reference implementation code. Use when the user asks to check paper/spec/reference-implementation compliance, reduction alignment, byte-exact parity with an upstream, or whether the code matches the protocol description in a README, paper, RFC, or `code` directive.

2026-04-29
write-tests
محللو ضمان جودة البرمجيات والمختبرون

Write tests (unit, property, or smoke) for a target file/function in this repo. Use when the user says "write tests for X" or "add tests".

2026-04-29