DEV Community

Aviv Kotek
Aviv Kotek

Posted on • Updated on

Development life cycle productivity tools

a few nice tools we adopted recently to ease development process and improve productivity - and are very happy with:

Add context automatically to any PR LinearB GitStream: labels a PR with some context, i.e: time-to-review, missing-tests, deleted-files, big-change etc. very helpful when having several open PRs and want to focus on the high-impactful ones.

Context

Automatic PR code review CodiumAI PR Agent: performs automatic code reviews, suggests code changes and shortly describes any PR. biggest success so far.

PR review

PR description

Security & static analysis checks on PR Jit.io: runs dependency checks, static analysis and IaC misconfigurations on every new introduced changes. can easily trigger slack notification if there are any new “security” issues introduced during development.

IAC Misconfig

Auto approve PR’s according to logic (GitStream): tests-only change, .yml changes, etc

Auto approve as safe change

GitHub discussions: using existing templates to perform service-related discussions. in our case, this was helpful when conducting technical design meetings, allowing offline process to occur (something similar to code review).

We’re looking for talented devs to join our team, feel free to PM.

Top comments (0)