Audit income sources, expenses, and licensing agreements to identify tax deductions and compliance requirements. Use when the user needs quarterly tax reports, multi-country compliance flags, or equipment deduction strategies.
Coding
US Tax Return Review-1040
Try itReview U.S. individual income tax returns (Form 1040/1040-SR) for the most recent tax year, compare major return items against current-year tax rules, check...
What it does
Review U.S. individual income tax returns (Form 1040/1040-SR) for the most recent tax year, compare major return items against current-year tax rules, check...
The skill document
Form 1040 Review
Overview
Run a structured review of normalized Form 1040 data for the latest tax year in the provided set. Produce three artifacts: a detailed findings JSON file, a markdown summary, and a separate DOCX risk report listing major items and related risks.
Quick Start
- Prepare normalized input JSON using references/input_schema.json.
- Confirm current-law parameters in references/current_tax_law_2025.json before use.
- Run:
python scripts/review_1040.py --input --output-dir output/form-1040-review
- Review outputs:
review_summary.mdreview_findings.jsonform-1040-risk-report.docx
Workflow
1. Identify the current return
- Select the highest
tax_yearin the input as the current return. - Treat all prior years as historical comparison returns.
2. Run current-year law checks
- Validate internal arithmetic and line-to-line relationships.
- Compare major current-year items to law parameters:
- Standard deduction by filing status and age/blind additions.
- Regular-rate tax computation when no preferential income is present.
- Child Tax Credit and ACTC limits.
- Self-employment tax and Additional Medicare tax thresholds.
3. Run multi-year consistency checks
- Compare current return against the most recent prior year.
- Flag large year-over-year movement in wages, AGI, taxable income, credits, payments, and refund/amount owed.
- Flag filing-status and dependent-count shifts for explanation.
4. Produce risk outputs
- Generate a structured findings file (
review_findings.json). - Generate a human-readable summary (
review_summary.md). - Generate a standalone DOCX risk register (
form-1040-risk-report.docx) that lists each major item, severity, observations, and recommended documentation. - Produce an audit-likelihood estimate based on weighted findings and return complexity.
Inputs
Use the normalized schema in references/input_schema.json. At minimum, include:
tax_yearfiling_statusmajor_itemsfor core 1040 lines (AGI, deduction, taxable income, tax, payments, refund/amount owed)
Use references/major_items_reference.md for canonical key mapping.
Law Source Discipline
- Update references/current_tax_law_2025.json when the filing year changes or IRS issues revisions.
- Use only official IRS/SSA sources for numeric thresholds.
- If law data is older than the analyzed return year, flag the result as stale and require manual update before final sign-off.
Script
scripts/review_1040.py performs:
- Current-year arithmetic and law checks.
- Prior-year consistency checks.
- Weighted audit-risk scoring.
- DOCX risk report generation with
python-docx.
If python-docx is missing, install it:
python -m pip install --user python-docx
Output Interpretation
- Treat findings as risk signals, not final legal determinations.
- Require CPA/EA review for filing decisions.
- Present audit likelihood as a heuristic estimate derived from return patterns and detected issues, not a guarantee.
Example Command
python scripts/review_1040.py \
--input references/example_returns.json \
--output-dir output/form-1040-review
Related skills
Activate when: a prepared 1040 or 1120-S is going to review; you are the second set of eyes on someone else's return; a firm wants one consistent review standard across reviewers; onboarding a preparer to the review bar; something feels off about a return and you want a systematic pass; user says 'review this return', 'before we file', 'second review', 'preparer checklist', 'did we miss anything on this return?'. Do NOT activate when: the return is not yet prepared; the question is a single technical treatment; the work is chasing missing documents rather than reviewing; the question is what an examiner would attack or whether a position invites audit rather than whether the return is right (use tax-prep-pre-file-audit-premortem instead — it applies to 1120-S as much as 1040). More: deciqai.com/c/cpa-return-review
Help users with Validated demand: Tax preparers and taxpayers need practical help organizing income statements, receipts, deductions, estimated taxes, and ha...
Review US patent claims for prosecution, statutory, drafting, and strategy risks
Track deductible expenses year-round with smart categorization, receipt logging, and tax-ready export. Organizes by IRS schedule categories, estimates tax savings per deduction, flags audit risks, and generates Schedule C / Schedule A ready reports. Never scramble at tax time again.
个人所得税计算与优化技能。当用户提到个税计算、个税优化、年终奖计税、专项附加扣除、劳务报酬个税、汇算清缴、税率表、税后工资、税前工资、个税APP、综合所得等场景时使用此技能。支持月度累计预扣计算、年终奖两种方式对比优化、劳务报酬计税、专项附加扣除查询、年度汇算清缴预估。适用于所有有工资收入的个人。