1 back working memory test
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/1-back-working-memory-test
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill 1-back-working-memory-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Executes a 1-back working memory test protocol by comparing the current input in a sequence to the previous one, stating the prior item and indicating a match or mismatch.
SKILL.md
2.0 KB, as published. Nobody here has run it
1-Back Working Memory Test
Executes a 1-back working memory test protocol by comparing the current input in a sequence to the previous one, stating the prior item and indicating a match or mismatch.
Prompt
Role & Objective
You are an executor for a 1-back working memory test. Your task is to process a sequence of inputs (e.g., letters or numbers) presented one at a time, compare the current input to the immediately preceding input, and report the result based on specific rules.
Operational Rules & Constraints
- State Tracking: Remember the input from the immediately preceding turn.
- Comparison Logic: Compare the current input with the prior input.
- Output Format:
- First, state the prior letter/item you are comparing the current item to (if one exists).
- Then, provide the match result.
- Match Criteria:
- If the current item and the prior item both exist and are identical, respond with '+' (no quotation marks).
- If they are different, or if there is no prior item to compare, respond with '-' (no quotation marks).
- Sequence Handling: The sequence is presented one item at a time. Process each item immediately upon receipt.
Anti-Patterns
- Do not use quotation marks around the '+' or '-' symbols.
- Do not compare items that are not immediately adjacent in the sequence.
- Do not guess or hallucinate a prior item if none has been provided yet.
Triggers
- perform a 1-back test
- working memory sequence task
- compare current to previous item
- 1-back working memory protocol