Speednet
Official@speednet-software · Poland
Offers specialized code quality analysis, architectural principle enforcement, and structured implementation planning for enterprise software development environments.
Agent Skills by Speednet
Showing 22 vetted skills indexed across 1 GitHub repositories.
speedwave-write-plan
Generate structured implementation plans for Speedwave tasks.
code-review-security-checker
Identify high-confidence security vulnerabilities in code review changes.
speedwave-verify-plan
Compare implementation plan steps to repository code and report gaps.
speedwave-review-deps
Analyze Dependabot PR dependency updates and produce structured risk assessments.
code-review-documentation-checker
Identify code changes requiring documentation updates during code review.
worktree
Automates creation, listing, and closing of Git worktrees with per-worktree isolation.
code-review-silent-failure-hunter
Identify silent failures and missing error handling in code reviews.
speedwave-implement-plan
Execute Speedwave plan steps in order and run make check and make test.
code-review-kiss-detector
Detect KISS principle violations in codebases and suggest refactoring recommendations.
code-review-type-design-analyzer
Analyze type designs to surface invariants and encapsulation gaps.
code-review-simplifier
Identify non-destructive simplification opportunities in recently modified code.
code-review-yagni-detector
Flag YAGNI violations in code diffs during code reviews.
code-review-duplication-detector
Detect code duplication and generate prioritized refactoring recommendations for code reviews.
code-review-comment-analyzer
Analyze code comments for accuracy, completeness, and long-term maintainability.
speedwave-review-plan
Audit Speedwave implementation plans for gaps, assumptions, and hazardous shortcuts.
code-review-basic
Validates git diff changes against CLAUDE.md project guidelines and reports issues with severity scores.
code-review-solid-detector
Identify SOLID principle violations in object-oriented codebases.
code-review-ssot-detector
Detect SSOT violations across configurations, schemas, and code.
code-review-test-analyzer
Analyze code changes to identify critical gaps in test coverage.
speedwave-plan-loop
Automates full software development cycles from planning through execution with built-in quality checks.
speedwave-code-review
Coordinate 13 parallel review agents and aggregate findings for pull requests.
playwright-browser
Automate web navigation, screenshots, and element interactions with Playwright in a sandboxed container.
Frequently Asked Questions About Speednet
FAQPage SchemaWhat specific tasks can Speednet perform during code reviews?▼
Speednet identifies security vulnerabilities, missing error handling, documentation gaps, and violations of SOLID, YAGNI, and SSOT principles. It aggregates findings from 13 parallel analysis modules to provide prioritized refactoring recommendations and test coverage assessments for pull requests.
Which engineering personas benefit most from these capabilities?▼
Senior software engineers, technical leads, and code reviewers benefit from these capabilities. The system is designed for teams maintaining complex codebases who require automated enforcement of architectural standards, consistent documentation, and rigorous validation of implementation plans against project guidelines.
What are the prerequisites for running Speednet implementation plans?▼
Execution requires a repository configured with standard build targets, specifically 'make check' and 'make test'. The system relies on these targets to validate the success of implementation steps and ensure that code changes maintain project integrity throughout the development cycle.