Tech & Data Guide
Technology and data teams use Rightbrain Tasks to automate code analysis, data processing, and technical documentation. Below are ready-to-use task templates with configuration details.
Code Analysis
Data Processing
Technical Documentation
Purpose: Identify security vulnerabilities and insecure coding practices in source code
Inputs:
- Source code files or snippets
- Programming language and framework
- Security standards to apply (OWASP, CWE)
- Known vulnerability database
Task Instructions:
Outputs:
- Vulnerabilities identified with severity ratings
- CWE classifications
- Affected code locations (line numbers)
- Remediation suggestions and secure code examples
- Overall security risk score
Integration: Pre-commit hook, pull request creation, scheduled security scans, block merge if critical issues
Purpose: Provide improvement suggestions and identify issues in pull requests or code changes
Inputs:
- Code changes or diff
- Programming language and style guide
- Project context and patterns
- Review criteria checklist
Task Instructions:
Outputs:
- Code quality assessment
- Best practice violations identified
- Performance and maintainability concerns
- Documentation gaps
- Specific improvement recommendations with examples
Integration: Pull request opened, code committed to review branch, post review comments, assign priority labels
Purpose: Generate comprehensive documentation from code, APIs, or system specifications
Inputs:
- Source code or API specification (OpenAPI, Swagger)
- Existing documentation to maintain consistency
- Code comments and annotations
- Target audience (developers, end users, operators)
Task Instructions:
Outputs:
- Structured documentation (functions, classes, endpoints)
- Parameter and return value descriptions
- Usage examples and code snippets
- Error codes and handling guidance
- Quick start guide
Integration: Code merge to main branch, API specification update, update documentation site, generate changelog
