kerplunk-ai-prompts 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16a539ca2d9fc02c4d60eb273371cdaed7dbeea1d0e18a9aa57838a927da87df
|
4
|
+
data.tar.gz: 238f0067c8c9cb273f41e3486251b2a9c1c6e1c7632898af9e498470e598c6b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61a5cdef9f903272d2d8d164def83a00a09822526750230a8439c8f4c059fe335dcdcaedf98d18dffd4ed1ce0920e21b585765515bed037f0a32e3e1bba9233b
|
7
|
+
data.tar.gz: 2e69ee1fe1efeb724f5df998bff0369bed8e06b28b1a67b3ff5d89e8bf5350a4a8088faa7287b5c4fdb03a2301468979b71b98619307c0d87052fbf643a5f23b
|
@@ -66,7 +66,7 @@ module Kerplunk
|
|
66
66
|
|
67
67
|
=== The Commentary
|
68
68
|
|
69
|
-
In addition to scoring the candidate on various indicators, please provide commentary on the following. We are looking for a short comment on each category as well as a longer detailed commentary.
|
69
|
+
In addition to scoring the candidate on various indicators, please provide commentary on the following. We are looking for a short comment on each category as well as a longer detailed commentary. Also, please provide a Pros and Cons statement (one sentence each) about the candidate. Please remember that this will be shown to the candidate so please be positive and constructive.
|
70
70
|
|
71
71
|
1. Analysis
|
72
72
|
|
@@ -96,6 +96,10 @@ module Kerplunk
|
|
96
96
|
"culture_fit_score": 4.5,
|
97
97
|
"technical_score": 4.5
|
98
98
|
},
|
99
|
+
"pros_and_cons": {
|
100
|
+
"pros": "The candidate's strengths",
|
101
|
+
"cons": "The candidate's weaknesses"
|
102
|
+
},
|
99
103
|
"commentary": {
|
100
104
|
"analysis": "The candidate overview",
|
101
105
|
"soft_skills": "The candidate's soft skills",
|
@@ -13,6 +13,7 @@ module Kerplunk
|
|
13
13
|
|
14
14
|
generate_coding_question_callout = ""
|
15
15
|
generate_coding_question_example = ""
|
16
|
+
generate_coding_question_example_language = "exactly 3 regular technical questions"
|
16
17
|
|
17
18
|
if generate_coding_questions
|
18
19
|
generate_coding_question_callout = <<~PROMPT
|
@@ -21,6 +22,7 @@ module Kerplunk
|
|
21
22
|
- please ensure any code blocks are defined in the `code_blocks` JSON key and are NOT included in the question content itself.
|
22
23
|
PROMPT
|
23
24
|
generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
|
25
|
+
generate_coding_question_example_language = "exactly 6 technical questions regarding the job posting (3 technical code questions with code blocks and 3 regular technical questions)"
|
24
26
|
end
|
25
27
|
|
26
28
|
<<~PROMPT
|
@@ -28,7 +30,7 @@ module Kerplunk
|
|
28
30
|
|
29
31
|
You are an expert recruiter. You are performing the interview of a candidate to effectively evaluate them on all fronts: personal skills, technical skills, job-specific skills, soft-skills, and the “x-factor”. The interview should start off with a few questions about the candidate, then go to exactly 5 questions regarding the job posting listed below after ###, and then finally please ask a few questions to help assess personality and cultural fit (you can be creative here). These questions should aim to be simple, effective, empathetic, non-biased, and descriptive enough to be used in further prompts when analyzing the results of the interview.
|
30
32
|
|
31
|
-
Please output the questions in a JSON array. Please make sure that there are 2-3 personal questions,
|
33
|
+
Please output the questions in a JSON array. Please make sure that there are 2-3 personal questions, #{generate_coding_question_example_language}, and 2-3 questions to assess personality and cultural fit.
|
32
34
|
|
33
35
|
Please ensure all questions:
|
34
36
|
- are unique. Please ensure there are no duplicate questions.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kerplunk-ai-prompts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Schutt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A collection of AI prompt templates for use in Kerplunk
|
14
14
|
email:
|