Run3 Validate Accession Number and Report Date
Confirm that the accession_number retrieved corresponds to the correct quarter and report date before using it for analysis. Use this to prevent analyzing data from the wrong quarter.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Validate-Accession-Number-and-Report-DateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 232 tokens by cl100k_base, as published. Nobody here has run it
Steps
-
Retrieve metadata for the accession_number
- Look up the accession_number in the COVERPAGE or fund metadata
- Extract the report_date or filing_date field
-
Verify the quarter matches
- For Q3 2025 analysis: confirm report_date is June 30, 2025 (or close to it)
- For Q2 2025 analysis: confirm report_date is March 31, 2025 (or close to it)
- Do NOT proceed if the date belongs to a different quarter
-
Check for multiple accession numbers
- If the same fund has multiple filings in the same folder, identify which is most recent
- Use the filing_date to select the latest accession_number if needed
-
Document the accession_number and date
- Record both the accession_number and its corresponding report_date
- Use this in subsequent steps to ensure consistency
-
Flag if wrong quarter
- If accession_number does not match the target quarter, perform fuzzy search again
- Adjust search terms or thresholds if needed to find correct filing
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.