Added growth hiring process#3013
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@claude review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Greptile Summary
This PR adds a new handbook page documenting the hiring process for growth roles and updates the general hiring-process page to cross-reference it.
growth-hiring-process.mdxpage is added undercontent/handbook/how-we-hire/, describing the 6-step growth interview process (Screening → Founder Call → Deep Dive → Super Day → Meet the founders → Offer).hiring-process.mdxgains a one-sentence link pointing readers to the new growth page — the link path is correct.meta.json(which controls sidebar ordering for the "How we hire" section) was not updated to includegrowth-hiring-process, so the new page will not appear in sidebar navigation.Confidence Score: 4/5
Safe to merge with one small fix needed — the new page won't surface in the sidebar until meta.json is updated.
The content itself is clear and well-structured. The only gap is that content/handbook/how-we-hire/meta.json does not list the new growth-hiring-process page, so it will be absent from the sidebar even though the direct link in hiring-process.mdx works.
content/handbook/how-we-hire/meta.json — needs growth-hiring-process added to its pages array.
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Candidate Applies] --> B{Role Type?} B -->|Engineering / Other| C[1st Call - 20 min] B -->|Growth| D[Screening Call - 20 min] C --> E[Code Review Interview - 30 min] E --> F[Motivation & Feature Building - 60 min] F --> G[Engineering Super Day] G --> H[Meet ClickHouse] H --> I[Offer] D --> J[Founder Call - 40 min] J --> K[Deep Dive - 60 min] K --> L[Growth Super Day] L --> M[Meet the Other Founders] M --> N[Decision & Offer]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Added growth hiring process" | Re-trigger Greptile