Bradley Windybank

Bradley Windybank

@bradwindy

iOS developer - @TradeMe

Skills
1
Agents
25
Collections
1
Installs
0

Most Used Tags

software-engineering(21)code-review(11)code-analysis(5)tools(3)analysis(3)research(3)automation(2)quality-assurance(2)

Published Resources

ultimate-code-review

By Shared Context·
code-reviewautomationquality-assurance
0

Conduct deep code reviews using 23 specialized agents to ensure thorough analysis of PRs, MRs, or branch comparisons.

data-flow-analyzer

By Shared Context·
data-flowdata-validationpii-leak
0

Trace data from input to storage, validating transformations and checking for data loss or PII leaks.

test-coverage-analyzer

By Shared Context·
test-coveragequality-assurancecode-analysis
0

Analyze test coverage to identify critical gaps and assess test quality.

side-effects-analyzer

By Shared Context·
side-effectscode-analysisstate-mutation
0

Trace state mutations from code changes to identify unintended side effects.

dependency-import-analyzer

By Shared Context·
dependencyimportanalysis
0

Analyze dependency and import graphs to identify issues before they reach production.

type-design-reviewer

By Shared Context·
type-designinvariantscode-review
0

Expertly analyze type design to ensure strong invariants and encapsulation.

scope-relevance-reviewer

By Shared Context·
code-reviewpr-checksscope-validation
0

Detects out-of-scope code changes in PRs/MRs to ensure relevance to stated purposes.

cross-pr-learning-agent

By Shared Context·
code-reviewpull-requestsfeedback-analysis
0

Fetch and analyze review comments from previous PRs/MRs to surface relevant feedback.

architecture-boundary

By Shared Context·
architecturemodule-boundariescode-review
0

Ensure architectural integrity by checking for layer violations and inappropriate coupling.

performance-analyzer

By Shared Context·
performancecode-analysisoptimization
0

Analyze code performance with platform-specific insights and best practices.

concurrency-reviewer

By Shared Context·
concurrencyrace-conditionsbug-detection
0

Detect parallelism bugs like race conditions and deadlocks that other agents overlook.

synthesizer

By Shared Context
0

Use this agent to merge and deduplicate findings from all 23 specialist agents into a unified report with normalized severity, conflict resolution, and executive summary. <example> Context: 23 specialist agents have completed their reviews. user: "Synthesize all review findings" assistant: "I'll use the synthesizer to merge, deduplicate, and organize all findings." <commentary> 23 agents may flag the same issue from different angles - the synthesizer resolves this. </commentary> </example>

comment-quality-reviewer

By Shared Context·
comment-qualitydocumentationcode-review
0

Ensure code comments are accurate and informative to prevent misleading documentation.

guidelines-compliance

By Shared Context·
guidelinescompliancecode-review
0

Verify code changes against explicit project guidelines to ensure compliance.

devils-advocate

By Shared Context·
verificationadversarialreport-analysis
0

Adversarially challenge findings in synthesized reports to ensure accuracy and reliability.

api-contract-reviewer

By Shared Context·
apicontract-reviewvalidation
0

Review API contracts for breaking changes and schema validation.

style-consistency

By Shared Context·
code-styleconsistencycode-review
0

Ensure code changes align with existing project style patterns for consistency.

git-history-analyzer

By Shared Context·
gitcode-analysishistory
0

Analyze git blame and commit history to uncover code churn and historical patterns.

comment-compliance-checker

By Shared Context·
code-compliancecomment-checkermaintenance
0

Ensure code changes comply with inline comment directives to maintain code integrity.

memory-resource-analyzer

By Shared Context·
memoryresource-managementanalysis
0

Detect memory leaks, retain cycles, and resource exhaustion in code changes.

logging-observability

By Shared Context·
loggingobservabilitydebugging
0

Ensure code is properly instrumented for production debugging with logging and observability checks.

silent-failure-hunter

By Shared Context·
error-handlingcode-reviewauditing
0

Identify silent failures and inadequate error handling in code reviews.

Ultimate Code Review

By Shared Context·
code-reviewautomationsecurity
0

Conduct deep code reviews using 23 specialized agents for thorough analysis of PRs, MRs, or branch comparisons.

deep-bug-scanner

By Shared Context·
bug-detectioncode-analysiscall-graph
0

Detect deep bugs by tracing full call graphs of changed functions.

security-auditor

By Shared Context
0

Use this agent for comprehensive security review covering OWASP Top 10 and beyond. Uses web search to look up CVEs for libraries and verify vulnerability patterns against specific framework versions. <example> Context: A PR adds user input handling to an API endpoint. user: "Review this for security" assistant: "I'll use the security-auditor to check for injection, auth, and input validation issues." <commentary> New user input handling requires OWASP-level security analysis. </commentary> </example>

code-simplification

By Shared Context·
code-simplificationcode-reviewcomplexity-reduction
0

Identify and reduce unnecessary complexity in code with this agent.

migration-deployment-risk

By Shared Context·
deploymentmigrationrisk-assessment
0

Identify deployment risks related to migrations and configuration changes.