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

toughradius

يحتوي toughradius على 15 من skills المجمعة من talkincode، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

release-version
مطوّرو البرمجيات

Review merged PRs since the last Git tag and decide whether a ToughRADIUS release is warranted. Use when Codex is asked to prepare a version release, audit unreleased changes, decide whether to publish, create a new release tag, or tag origin/main after PR review.

2026-07-08
orchestrate-roadmap
مطوّرو البرمجيات

Global orchestrator / dispatcher role. Activated when the user issues an "auto-delegate development / continue the roadmap / auto-delegate" command (without naming a specific subtask); runs the full loop - select task, pick SOP, dispatch, quality gates, open PR, self-iterate the roadmap.

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

Independent review gate for auto-delegation PRs (TR-F022). Use after an orchestration round opens a PR, and as the first step of every new round to clear in-flight PRs - run an adversarial, CI-anchored review, request changes via labels + comments, and auto-merge only when the review passes and CI is green.

2026-06-11
document-go-apis
مطوّرو البرمجيات

Standard-library-style Go API documentation and comment conventions (TR-F024). Use when adding or changing exported Go identifiers, writing package comments, or backfilling godoc on a package so it reads like the Go standard library.

2026-06-09
add-acceptance-test
محللو ضمان جودة البرمجيات والمختبرون

Write CI-executable acceptance/integration tests for protocol or end-to-end changes (TR-F022). Use whenever a milestone subtask needs CI-backed acceptance, covering test/integration integration tests and unit tests.

2026-06-08
add-adminapi-endpoint
مطوّرو البرمجيات

Add a group of Admin REST endpoints in the management backend (TR-F012). Use when a feature needs management APIs such as create/read/update/delete.

2026-06-08
add-config-schema
مطوّرو البرمجيات

Add a dynamic config item editable on the system config page (TR-F014). Use when adding a RADIUS runtime parameter that must support query/edit/reload.

2026-06-08
add-eap-method
مطوّرو البرمجيات

Add an EAP authentication method (e.g. EAP-TLS) within the existing EAP handler system (TR-F004). Use when the change involves EAP handshake, fragmentation, state management, or failure semantics.

2026-06-08
add-radius-vendor
مطوّرو البرمجيات

Add or extend vendor VSA parsing and response enhancement (TR-F005). Use when ToughRADIUS must recognize a vendor's request VSAs, or emit that vendor's proprietary attributes in Access-Accept.

2026-06-08
add-react-admin-resource
مطوّرو الويب

Add a resource or page in the React Admin management backend (TR-F013). Use when a new Admin API needs a corresponding management UI in the frontend.

2026-06-08
align-feature-checklist
متخصصو إدارة المشاريع

Align requirements with and update the feature checklist docs/feature-checklist.md. Use before developing any new requirement/issue, or when a requirement cannot be mapped to an existing TR-F ID.

2026-06-08
groom-roadmap
متخصصو إدارة المشاريع

Roadmap and development-plan self-iteration (grooming). After each subtask delivery, or during periodic maintenance, check off completed items, update milestone status, backfill / split / re-prioritize subtasks, and fold newly discovered needs in via the feature checklist to keep the plan self-consistent and aligned with the checklist.

2026-06-08
reference-rfc
مطوّرو البرمجيات

Look up and cite international protocol standards (RFC/IEEE) (TR-F021). Any change to RADIUS/EAP/accounting/CoA/IPv6 protocol behavior should first check docs/rfcs and cite the clause.

2026-06-08
sync-upstream-radius
مطوّرو البرمجيات

Track and sync the upstream layeh.com/radius library to the org fork talkincode/radius (TR-F021/TR-F022). Use when a check finds new upstream commits, a protocol-library defect is suspected, or for routine dependency maintenance.

2026-06-08
write-go-tests
محللو ضمان جودة البرمجيات والمختبرون

Unified conventions for writing Go unit/integration tests (TR-F022). Use when adding tests for any Go code change.

2026-06-08