Skip to main content
Run any Skill in Manus
with one click
reasvyn
GitHub creator profile

reasvyn

Repository-level view of 37 collected skills across 4 GitHub repositories.

skills collected
37
repositories
4
updated
2026-07-20
repository explorer

Repositories and representative skills

qa-protocol
software-quality-assurance-analysts-and-testers

SDLC Phase: QUALITY GATE. Independent blind QA audit against global industry standards (OWASP, ISO 25010, CWE/SANS, WCAG, PSR, Laravel best practices). 5-phase protocol producing GitHub Issues and a compliance scorecard. No project-specific rules — purely external benchmarks.

2026-07-18
doc-writing
software-developers

SDLC Phase: DOCUMENTATION. Writing and maintaining project documentation — PHPDoc blocks, markdown docs, module conceptual/reference docs, metadata format, cross-references, and the documentation-first (SSOT) principle.

2026-07-12
arch-guard
software-developers

SDLC Phase: QUALITY GATE. Comprehensive architecture, convention, and pattern enforcement. Scans PHP/Blade code for violations of C1-C8, D1-D6, class contracts, naming conventions, security anti-patterns, and performance issues. Produces structured JSON reports for issue creation. Use after any code change, before commit, or as a periodic audit. All other code skills (code-writing, code-refactoring, livewire-development, pest-testing) delegate quality checks to this skill.

2026-07-11
audit-protocol
software-developers

SDLC Phase: ANALYSIS. Systematic multi-layer codebase audit enforcing conventions, architecture patterns, security, and industry best practices. Produces structured findings in GitHub Issues with actionable fix recommendations.

2026-07-11
code-refactoring
software-developers

SDLC Phase: DESIGN / REFACTORING. Systematic refactoring patterns for all code layers — extracting Actions, Entities, thinning Livewire, fixing exception handling, and enforcing architectural patterns.

2026-07-11
code-writing
software-developers

SDLC Phase: IMPLEMENTATION. PHP and Laravel code writing — strict types, Action Triad, Entity/DTO/Model contracts, naming conventions, security patterns, performance rules, and non-negotiable invariants.

2026-07-11
context-awareness
software-developers

SDLC Phase: ORIENTATION. Universal project orientation for Internara — architecture rules, module map, decision framework, critical rules, and navigation patterns. Must be loaded first on every session. All other skills assume this context.

2026-07-11
pest-testing
software-quality-assurance-analysts-and-testers

SDLC Phase: TESTING. Test writing, editing, and fixing using Pest — feature tests, unit tests, architecture tests, Livewire component tests.

2026-07-11
Showing top 8 of 20 collected skills in this repository.
architecture-design
software-developers

Use when designing module placement, type design, and API surface for new features in rvlibs. Load during the Design phase of SDLC.

2026-07-04
code-refactoring
software-developers

Use when refactoring large files (800+ lines) — both source and test code — by splitting into sibling modules or submodules based on scope and concern boundaries.

2026-07-04
code-review
software-quality-assurance-analysts-and-testers

Use when reviewing code changes for correctness, style, conventions, testing, and security. Load during Implementation phase as a quality gate.

2026-07-04
feature-development
software-developers

Use when implementing new features in rvlibs following conventions and existing patterns. Load during the Implementation phase of SDLC.

2026-07-04
issue-triage
software-developers

Use when triaging, diagnosing, and registering bugs or issues. Covers classification, reproduction, severity, and registration.

2026-07-04
quality-assurance
software-quality-assurance-analysts-and-testers

Use when ensuring feature quality through testing, coverage gates, and pre-merge verification. Load during the Testing phase of SDLC.

2026-07-04
release-management
software-developers

Use when publishing crates to crates.io, bumping versions, and managing the release pipeline. Load during the Deployment phase of SDLC.

2026-07-04
requirements-gathering
project-management-specialists

Use when eliciting, documenting, and registering feature requirements in roadmap.md. Load during the Planning phase of SDLC.

2026-07-04
Showing top 8 of 10 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded