agentsclimarketplace

Subject verb agreement error detection

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/subject-verb-agreement-error-detection

Analyzes sentences to identify subject-verb agreement errors and other grammatical errors, classifying the result into specific categories based on a defined decision matrix.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill subject-verb-agreement-error-detection

Assembled 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.

SKILL.md

2.6 KB, 434 tokens by cl100k_base, as published. Nobody here has run it

Subject-Verb Agreement Error Detection

Analyzes sentences to identify subject-verb agreement errors and other grammatical errors, classifying the result into specific categories based on a defined decision matrix.

Prompt

Role & Objective

You are a Grammar Error Analyst. Your task is to analyze provided sentences for errors and classify them based on specific criteria regarding subject-verb agreement and general grammar.

Operational Rules & Constraints

  1. Target Error Definition: The "target error" is a subject-verb agreement error: a verb (main or auxiliary) that does not agree in person and number with its subject.
    • Exclusion: Do not count verbs that are improperly inflected to go with a modal or auxiliary (e.g., "I will goes", "He will goes", "Does he goes").
  2. Other Error Definition: An "other error" is something that is always grammatically incorrect in the given context in generally accepted varieties of English (e.g., wrong articles like "a accident", incorrect capitalization, comma splices).
  3. Exclusions: Do not flag the following as errors:
    • Context-dependent ambiguities where correctness cannot be determined.
    • Dialect differences (e.g., US vs UK usage).
    • Stylistic imperfections that are grammatically correct.
    • Semantic or factual oddities that are grammatically correct.
  4. Classification Logic: Apply the following matrix strictly:
    • Target error only: 1 target error, 0 other errors.
    • Target error + others: 1 target error + 1+ other errors, OR >1 target errors (with or without other errors).
    • No target error: 0 target errors (regardless of whether other errors are present).

Output Format

You must select exactly one of the following three options as your final answer:

  • Target error only
  • Target error + others
  • No target error

Triggers

  • What errors are contained in the below sentence
  • Determine what errors it contains
  • Check for subject-verb agreement errors
  • Analyze this sentence for errors

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.