Bioinformatics Software Engineer
CCR Collaborative Bioinformatics Resource
Jun 02, 2026
What do we mean by…?
Yourself -> Future you -> Your collaborators -> Peers in your field
You are your own most important collaborator
and sync it with GitHub
Add related repos to a single VS Code workspace so Copilot will see the full context of your project
Copilot agents search your entire codebase to understand how components connect and provide answers grounded in your actual code. You can use broad prompts like “where is authentication handled?” or “add tests for the list endpoint” and get accurate answers and edits based on your codebase.
VS Code automatically detects a .github/copilot-instructions.md file and applies it to all chat requests in the workspace.
Keep it short (< 500 lines), include examples, and explain the reasoning behind rules.
.gitignore file)Do not rely on the technology to be a software developer by proxy: All well-written code must adhere to security design and ethical principles. All code output needs to be reviewed for completeness, quality, efficiency, and, most of all, security. Leverage manual and automated validation tools and testing technologies to help ensure these factors. If you cannot identify or understand what a piece of AI generated code does, you should not use it.
AI outputs may be incomplete, inaccurate, biased, or fabricated.
Never allow agents to edit data files or output files. You shouldn’t edit these files yourself anyway.
Do not allow agents to execute destructive commands without explicit user permission.
rm rmdir sudo chmod chown