developer-onboarding
Facilitates the onboarding of new developers with comprehensive documentation, setup guides, and contributing guidelines.
Install this skill
Security score
The developer-onboarding skill was audited on Feb 19, 2026 and we found 31 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to .env file
| 70 | cp .env.example .env |
Access to .env file
| 120 | Create a `.env` file in the root directory: |
Access to .env file
| 123 | cp .env.example .env |
Access to .env file
| 126 | Edit `.env` and configure the following: |
Access to .env file
| 194 | url: process.env.DATABASE_URL, |
Access to .env file
| 199 | url: process.env.TEST_DATABASE_URL, |
Access to .env file
| 204 | url: process.env.DATABASE_URL, |
Access to .env file
| 223 | port: process.env.PORT || 3000, |
Access to .env file
| 224 | env: process.env.NODE_ENV || 'development', |
Access to .env file
| 231 | origin: process.env.CORS_ORIGIN || '*', |
Access to .env file
| 259 | ├── .env.example # Environment template |
Access to .env file
| 314 | 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
Access to .env file
| 315 | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
Access to .env file
| 499 | docker run -p 3000:3000 --env-file .env myapp:latest |
External URL reference
| 31 | [](https://github.com/username/repo/actions) |
External URL reference
| 32 | [](https://codecov.io/gh/username/repo) |
External URL reference
| 33 | [](LICENSE) |
External URL reference
| 34 | [](https://www.npmjs.com/package/package-name) |
External URL reference
| 79 | Visit [http://localhost:3000](http://localhost:3000) to see the app. |
External URL reference
| 85 | - **Node.js** 18.x or higher ([Download](https://nodejs.org/)) |
External URL reference
| 87 | - **PostgreSQL** 14.x or higher ([Download](https://www.postgresql.org/download/)) |
External URL reference
| 88 | - **Redis** 7.x or higher ([Download](https://redis.io/download)) |
External URL reference
| 92 | - [VS Code](https://code.visualstudio.com/) with recommended extensions |
External URL reference
| 93 | - [Postman](https://www.postman.com/) for API testing |
External URL reference
| 94 | - [pgAdmin](https://www.pgadmin.org/) for database management |
External URL reference
| 132 | BASE_URL=http://localhost:3000 |
External URL reference
| 180 | ✓ Server running on http://localhost:3000 |
External URL reference
| 333 | We follow the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model: |
External URL reference
| 358 | We use [Conventional Commits](https://www.conventionalcommits.org/): |
External URL reference
| 576 | - **Slack**: [Join our Slack](https://slack.example.com) |
External URL reference
| 612 | - [Make a README](https://www.makeareadme.com/) |